]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Do not create .d files for gengetopt source files.
authorAndre Noll <maan@systemlinux.org>
Sat, 12 Jul 2014 09:50:02 +0000 (11:50 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:54 +0000 (13:15 +0100)
commitc880740b91c17c771ddee7b3c91057f6b65946d7
tree53d79255037285a1598435adc68fa37351a453e1
parentfc16e6c98742b4ebe6d3130f0f56ac143806c084
build: Do not create .d files for gengetopt source files.

The generated *.cmdline* files do not depend on headers of the source
tree, so it is pointless to let the compiler create dependencies
for them.

This speeds up make dep by 25%.
Makefile.real