I reported this before (maybe privately?), but the fix never made it in.

2007-02-14  Jim Meyering  <[EMAIL PROTECTED]>

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

Index: gen/Makefile.am
===================================================================
--- gen/Makefile.am     (revision 507457)
+++ gen/Makefile.am     (working copy)
@@ -27,6 +27,6 @@
        touch timestamp

 gen-src.mk: timestamp
-       ./make-gen-src-mk.sh $(gentools_dir) $(gentools_srcdir) >> [EMAIL 
PROTECTED]
+       ./make-gen-src-mk.sh $(gentools_dir) $(gentools_srcdir) > [EMAIL 
PROTECTED]
        mv [EMAIL PROTECTED] $@
 endif

Reply via email to