diff options
-rw-r--r-- | cpp/gen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/gen/Makefile.am b/cpp/gen/Makefile.am index e1707b86c4..bd9f05eda6 100644 --- a/cpp/gen/Makefile.am +++ b/cpp/gen/Makefile.am @@ -27,6 +27,6 @@ $(BUILT_SOURCES) timestamp: $(spec) $(java_sources) $(cxx_templates) touch timestamp gen-src.mk: timestamp - ./make-gen-src-mk.sh $(gentools_dir) $(gentools_srcdir) >> $@-t + ./make-gen-src-mk.sh $(gentools_dir) $(gentools_srcdir) > $@-t mv $@-t $@ endif |