Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17237/sql/src/server
Modified Files:
Tag: SQL_2-20
Makefile.ag
Log Message:
extended Fabian's fix of Tue, 16 Oct 2007
in rev. 1.8.2.2 of clients/src/mapiclient/Makefile.ag
to all Makefile.ag:
made sure that local includes (from "this" package)
appear before "global" includes (from previously built MonetDB packages and
other)
in INCLUDES,
and that the previously built MonetDB packages are ordered in reverse
build-order
in INCLUDES.
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/Makefile.ag,v
retrieving revision 1.70
retrieving revision 1.70.2.1
diff -u -d -r1.70 -r1.70.2.1
--- Makefile.ag 18 Sep 2007 09:08:58 -0000 1.70
+++ Makefile.ag 22 Oct 2007 21:08:41 -0000 1.70.2.1
@@ -16,7 +16,7 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = ../include ../common ../storage $(MONETDB_INCS) $(CLIENTS_INCS)
+INCLUDES = ../include ../common ../storage $(CLIENTS_INCS) $(MONETDB_INCS)
YFLAGS = -d -p sql -v
-------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins