]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit1be3886508d2fe35df06e97336598d11bf2dd965
treee1f02a38e8df7929cb6247a229c03363ff5f6757
parent6ada557fe7963d41fbcfe1dd12b320fcd1a0c36c
build: Don't create phony targets for dependencies.

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.
Makefile.real