Update of /cvsroot/monetdb/buildtools/autogen/autogen
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28748/autogen/autogen
Modified Files:
Tag: MonetDB_1-20
msc.py
Log Message:
We don't need UnxUtils for building anymore, as long as bison and flex are
installed from the GnuWin32 project (and diffutils for testing).
Index: msc.py
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/msc.py,v
retrieving revision 1.35.2.1
retrieving revision 1.35.2.2
diff -u -d -r1.35.2.1 -r1.35.2.2
--- msc.py 10 Oct 2007 11:43:58 -0000 1.35.2.1
+++ msc.py 11 Oct 2007 12:21:50 -0000 1.35.2.2
@@ -341,7 +341,7 @@
if ext == "tab.c":
fd.write(getsrc)
fd.write('\t$(YACC) $(YFLAGS) "%s.y"\n' % b)
- fd.write('\t$(FILTER) " ;" y.tab.c > "%s.tab.c"\n' % b)
+ fd.write('\t$(FILTER) $(FILTERPREF)" ;" y.tab.c > "%s.tab.c"\n' % b)
fd.write("\t$(DEL) y.tab.h\n")
if ext == "yy.c":
fd.write(getsrc)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins