lang/c/msgpack: improved configure.in

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@78 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
frsyuki 2009-02-15 09:09:59 +00:00
parent 40ca91e101
commit bb4ea9d17c

View File

@ -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