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

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/modules/calibrator/Makefile.ag,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- Makefile.ag 12 Sep 2007 10:54:28 -0000      1.5
+++ Makefile.ag 22 Oct 2007 21:08:38 -0000      1.5.2.1
@@ -14,7 +14,7 @@
 # Portions created by CWI are Copyright (C) 1997-2007 CWI.
 # All Rights Reserved.
 
-INCLUDES = $(MONETDB_INCS) -I../../monet $(HWCOUNTERS_INCS) 
+INCLUDES = -I../../monet $(MONETDB_INCS) $(HWCOUNTERS_INCS) 
 MTSAFE
 
 CFLAGS = $(CFLAGS_NO_OPT)


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