diff options
m--------- | deps/attoconf | 0 | ||||
-rw-r--r-- | real.make | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/deps/attoconf b/deps/attoconf -Subproject 860ad99d5ac781d1277c0c4e90735e5e3dadd4d +Subproject 9486d72bcdeaf39156137b24025911407d8a72f @@ -235,6 +235,8 @@ distclean: clean %.cpp %.hpp: %.ypp $(MKDIR_FIRST) ${BISON} -d -o $*.cpp $< +%.hpp: ; +# hpp rule is needed for disappearing headers obj/%.d: src/%.cpp $(MKDIR_FIRST) set -o pipefail; \ |