]> git.ipfire.org Git - thirdparty/squid.git/commit
Style Makefile.am to use instead of @AUTOMAKEVAR
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 11 Nov 2009 11:44:58 +0000 (12:44 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 11 Nov 2009 11:44:58 +0000 (12:44 +0100)
commit8cd09bae49d92b90a1e02d0f34e0714878311958
tree00147fa97cac49e69a8428a2df64b2b9e94486c2
parentc2656b9cfbee91b1025ed7912a7a10b3839b2c8e
Style Makefile.am to use  instead of @AUTOMAKEVAR

@AUTOMAKEVAR@ is troublesome when used in \ constructs as it may expand
to empty and the last line in a \ construct must not be empty or some
make versions will fail.

thankfully automake adds all variables for us, so using
is preferred.
scripts/srcformat.sh