From 32f93a54bf4a8e51e469c14c6ddb1efe9ed4b197 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 14 Feb 2007 10:33:58 +0000 Subject: Applied patch from Jim Meyering, submitted on dev list: 2007-02-14 Jim Meyering * gen/Makefile.am (gen-src.mk): Don't append to $@-t, in case there's a stray copy left over from an interrupted build. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507472 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/gen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/gen/Makefile.am b/qpid/cpp/gen/Makefile.am index e1707b86c4..bd9f05eda6 100644 --- a/qpid/cpp/gen/Makefile.am +++ b/qpid/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 -- cgit v1.2.1