Update of /cvsroot/monetdb/buildtools/autogen/autogen
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4891/autogen/autogen

Modified Files:
        am.py 
Log Message:
propagated changes of Friday Nov 09 2007 - Saturday Nov 17 2007
from the MonetDB_1-20 branch to the development trunk



Index: am.py
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/am.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- am.py       22 Oct 2007 12:18:37 -0000      1.57
+++ am.py       17 Nov 2007 16:17:12 -0000      1.58
@@ -402,7 +402,8 @@
         fd.write("\t$(RM) $(DESTDIR)%s/%s\n\n" % (sd, header))
         am['INSTALL'].append(h)
         am['UNINSTALL'].append(h)
-        am['BUILT_SOURCES'].append(h)
+        if h not in headers['SOURCES']:
+            am['BUILT_SOURCES'].append(h)
         am['InstallList'].append("\t"+sd+"/"+header+cond+"\n")
 
     am_find_ins(am, headers)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to