]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: remove squid_DEPENDENCIES from Makefile
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 7 Jul 2015 13:26:41 +0000 (06:26 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 7 Jul 2015 13:26:41 +0000 (06:26 -0700)
commit632ae9d3f335dfff494d15864e4b4fb31489bab0
treedcb729fdb6ebfb6484bc71610bf95e5a0122aa59
parent42fc4676dd6dcbbb4d3020dfefaee1488c876caf
Cleanup: remove squid_DEPENDENCIES from Makefile

The bug *_DEPENDENCIES existed to solve no longer exists. Current auto*
toolchains can correctly generate the dependencies data based on *_LDADD
and *_SOURCES Makefile variables.

The incorrect definition of squid_DEPENDENCIES was also causing various
build issues and could result in crashes when conditionaly built features
were changed by users ./configure without a full re-bootstrap.

TODO: remove *_DEPENDEICIES for other binaries.
src/Makefile.am