You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/02/14 11:33:59 UTC

svn commit: r507472 - /incubator/qpid/trunk/qpid/cpp/gen/Makefile.am

Author: gsim
Date: Wed Feb 14 02:33:58 2007
New Revision: 507472

URL: http://svn.apache.org/viewvc?view=rev&rev=507472
Log:
Applied patch from Jim Meyering, submitted on dev list:

2007-02-14  Jim Meyering  <ji...@meyering.net>

	* gen/Makefile.am (gen-src.mk): Don't append to $@-t, in case
	there's a stray copy left over from an interrupted build.



Modified:
    incubator/qpid/trunk/qpid/cpp/gen/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/gen/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/gen/Makefile.am?view=diff&rev=507472&r1=507471&r2=507472
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/gen/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/gen/Makefile.am Wed Feb 14 02:33:58 2007
@@ -27,6 +27,6 @@
 	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