From: Andre Noll Date: Mon, 30 May 2022 19:06:32 +0000 (+0200) Subject: Revert "Makefile: Fix compilation after header removal." X-Git-Tag: v0.7.1~14 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=f0b8296a0635e74aaa58767e513eed226504ec34;hp=f0b8296a0635e74aaa58767e513eed226504ec34;p=paraslash.git 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. ---