File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ SYSLOG_NG_WORKING_DIR := $(WORKING_DIR)/syslog-ng-source
1313SYSLOG_NG_TARBALL := $(WORKING_DIR ) /syslog-ng.tar.gz
1414
1515bison :
16- BISON_VERSION =" 3.7.6"
16+ BISON_VERSION = 3.7.6
1717 # the "official" gnu source - https://ftp.gnu.org/gnu/bison//bison-${BISON_VERSION}.tar.gz - fails more and more, use our mirror
18- URL =" https://github.com/syslog-ng/syslog-ng-deps/raw/refs/heads/main/bison/${ BISON_VERSION} /bison.tar.gz"
18+ URL = https://github.com/syslog-ng/syslog-ng-deps/raw/refs/heads/main/bison/$( BISON_VERSION ) /bison.tar.gz
1919
20- wget ${ URL} -O /tmp/bison.tar.gz
20+ wget $( URL) -O /tmp/bison.tar.gz
2121 tar -xzf /tmp/bison.tar.gz -C /tmp
22- cd /tmp/bison-${ BISON_VERSION} && ./configure --prefix=$(BISON_INSTALL_PATH) --disable-nls && make -j && make install
22+ cd /tmp/bison-$( BISON_VERSION) && ./configure --prefix=$(BISON_INSTALL_PATH) --disable-nls && make -j && make install
2323
2424venv :
2525 poetry install
You can’t perform that action at this time.
0 commit comments