summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------deps/attoconf0
-rw-r--r--real.make2
2 files changed, 2 insertions, 0 deletions
diff --git a/deps/attoconf b/deps/attoconf
-Subproject 860ad99d5ac781d1277c0c4e90735e5e3dadd4d
+Subproject 9486d72bcdeaf39156137b24025911407d8a72f
diff --git a/real.make b/real.make
index fcbfe35..a456a17 100644
--- a/real.make
+++ b/real.make
@@ -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; \