* automake.in (rule_define): If the user tries to override
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 16 Apr 2003 19:59:03 +0000 (19:59 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 16 Apr 2003 19:59:03 +0000 (19:59 +0000)
commit089e43213a17611a7042b87d450f673a752ebefc
tree3b65faf2f6d72954d66acb36ca001bd88150b4ff
parentc72520e25efc6fe5c1ec92af034a1566bade6ca6
* automake.in (rule_define): If the user tries to override
an Automake which has a -local variant, suggest using the
-local variant in the -Woverride diagnostic.
(handle_factored_dependencies): Register factored
rules with rule_define, and define them only in undefined
conditions.
* tests/Makefile.am (TESTS): Add override.test.
* tests/overrid.test: New file.
* tests/phony.test: Count the number of .PHONY targets.
ChangeLog
automake.in
tests/Makefile.am
tests/Makefile.in
tests/overrid.test [new file with mode: 0755]
tests/phony.test