Skip to content

Commit 8a7ce38

Browse files
authored
Fix formatting of BISON_VERSION and URL variables
1 parent 39b4cec commit 8a7ce38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ SYSLOG_NG_WORKING_DIR := $(WORKING_DIR)/syslog-ng-source
1313
SYSLOG_NG_TARBALL := $(WORKING_DIR)/syslog-ng.tar.gz
1414

1515
bison:
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

2020
wget $(URL) -O /tmp/bison.tar.gz
2121
tar -xzf /tmp/bison.tar.gz -C /tmp

0 commit comments

Comments
 (0)