Update of /cvsroot/monetdb/MonetDB4/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17237/MonetDB4/src/tools

Modified Files:
      Tag: MonetDB_4-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/MonetDB4/src/tools/Makefile.ag,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -d -r1.7.2.1 -r1.7.2.2
--- Makefile.ag 3 Oct 2007 09:45:37 -0000       1.7.2.1
+++ Makefile.ag 22 Oct 2007 21:08:39 -0000      1.7.2.2
@@ -15,7 +15,7 @@
 # All Rights Reserved.
 
 MTSAFE
-INCLUDES = $(MONETDB_INCS) $(CLIENTS_INCS) ../monet ../modules/plain
+INCLUDES = ../monet ../modules/plain $(CLIENTS_INCS) $(MONETDB_INCS)
 
 GDK_LIBS = $(PTHREAD_LIBS) $(MALLOC_LIBS)
 EXTRA_LIBS = $(SOCKET_LIBS) $(DL_LIBS) $(GDK_LIBS) 


-------------------------------------------------------------------------
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

Reply via email to