]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitf0b8296a0635e74aaa58767e513eed226504ec34
treef0bbe91dbf365534dadd6431c180b17504130ca0
parentff4398ca3e0c1d3d9327a9d75a979e19187204c8
Revert "Makefile: Fix compilation after header removal."

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