]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Revert "Makefile: Fix compilation after header removal."
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:06:32 +0000 (21:06 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:06:32 +0000 (21:06 +0200)
This reverts commit 3bc858ee0d9b929f4cbca61cf5ed8d3184d0cf78.

It is broken because the recipe for the .d files does not honor
CPPFLAGS since we only modify the CPPFLAGS variable for the .o
targets. Adding the corresponding .d targets would be too ugly,
so revert the commit for now until a better solution has been found.


No differences found