Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31206

Modified Files:
        Makefile.ag pathfinder.mx 
Log Message:
Because there are two files pathfinder.h (one in compiler/include and
one generated from pathfinder.mx), make may get somewhat confused
about were to look for a timestamp of pathfinder.h.  By not pointing
make to the compiler/include directory, we avoid the issue.


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/Makefile.ag,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Makefile.ag 15 Feb 2008 23:02:43 -0000      1.84
+++ Makefile.ag 19 Feb 2008 10:44:31 -0000      1.85
@@ -27,7 +27,7 @@
 
 EXTRA_DIST_DIR = Tests
 
-INCLUDES = ../compiler/include $(MONETDB4_INCS) $(MONETDB_INCS) 
$(LIBXML2_CFLAGS)
+INCLUDES = .. $(MONETDB4_INCS) $(MONETDB_INCS) $(LIBXML2_CFLAGS)
 PF_LIBS = $(LIBXML2_LDADD) $(LIBXML2_LIBS) $(DL_LIBS)
 
 # these defines are needed to get shttpd to compile in the right way

Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -d -r1.400 -r1.401
--- pathfinder.mx       3 Feb 2008 12:23:17 -0000       1.400
+++ pathfinder.mx       19 Feb 2008 10:44:31 -0000      1.401
@@ -4242,7 +4242,7 @@
 MT_Lock pf_module_lock;
 MT_Lock pf_cache_lock;
 
-#include "compile_interface.h"
+#include "compiler/include/compile_interface.h"
 
 /*
  * =================== MIL execution ================================


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

Reply via email to