summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-27 21:02:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-27 21:02:47 -0700
commit638bcf8fe4d3916f0813e37d91afc4c378d56a89 (patch)
tree5a4df469121e7127b12c4e4926031dc5eb8b3873
parentc600517ac38ee9b6ab47b45ab3ab61d69dd56886 (diff)
downloadtmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.tar.gz
tmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.tar.bz2
tmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.tar.xz
tmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.zip
Tweak build system a bit more
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; \