]> git.tuebingen.mpg.de Git - paraslash.git/commit
Do not include dependency files if make command goals contain "clean".
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Dec 2009 13:14:45 +0000 (14:14 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 19 Dec 2009 13:14:45 +0000 (14:14 +0100)
commit29a76173bada691ffec82335982c490963f965bc
treec1c315fc5b7bcaaf13cfee2572b2fecc88d8de43
parent01dfe58862bc84934fcd88d3110670be1dcee4fa
Do not include dependency files if make command goals contain "clean".

Calling "make clean2" was particularly annoying because it first regenerated the
dependency files it is supposed to remove.

Unfortunately, this patch breaks multiple goals if one of them matches "clean".
For example "make clean all" does no longer work. But as this can easily be worked
around by calling "make clean && make all", we don't care.
Makefile.in
autogen.sh