diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-27 21:02:47 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-27 21:02:47 -0700 |
commit | 638bcf8fe4d3916f0813e37d91afc4c378d56a89 (patch) | |
tree | 5a4df469121e7127b12c4e4926031dc5eb8b3873 | |
parent | c600517ac38ee9b6ab47b45ab3ab61d69dd56886 (diff) | |
download | tmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.tar.gz tmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.tar.bz2 tmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.tar.xz tmwa-638bcf8fe4d3916f0813e37d91afc4c378d56a89.zip |
Tweak build system a bit more
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; \ |