diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 61a616a..19c6007 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -30,7 +30,8 @@ unpack.lo: msgpack/type/tuple.hpp zone.lo: msgpack/type/tuple.hpp msgpack/type/tuple.hpp: msgpack/type/tuple.hpp.erb - $(ERB) $< > $@ + $(ERB) $< > $@.tmp + mv $@.tmp $@ MOSTLYCLEANFILES = msgpack/type/tuple.hpp |