]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Don't create phony targets for dependencies.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 16 Jul 2016 11:43:52 +0000 (13:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
The -MP option is supposed to work around make errors after a header
file was removed. However, with the option enabled, the attempt to
include a non-existing header file causes the build to loop endlessly.


No differences found