]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: work around an old bug in GNU make-3.80
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Mar 2019 16:17:52 +0000 (17:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Mar 2019 19:59:59 +0000 (20:59 +0100)
commit509a009c5dd06e680bc2fff6ebc45f7f42aaee3e
tree67255dab8ab289fea752d45be03f39450569471c
parent4bccea98912c74fa42c665ec25e417c2cca4eee7
BUILD: makefile: work around an old bug in GNU make-3.80

GNU make-3.80 fails on the .build_opts target, expecting the closing
brace before the first semi-colon in the shell command, it probably
uses a more limited parser for dependencies. Actually it appears it's
enough to place this command in a variable and reference the variable
there. Since it doesn't affect later versions (and the resulting string
is always empty anyway), let's apply the minor change to continue to
comply with the announced dependencies.

This could be backported as far as 1.6.
Makefile