From c602534059f65f00a82c69f70b0a8d009482845c Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 10 Feb 2003 15:11:49 +0000 Subject: Added SYS_INC_DIRS to the compile command line for utility programs. This closes PR CactusPUGHIO/1391. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@272 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- src/make.configuration.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/make.configuration.deps b/src/make.configuration.deps index 9c3443e..b7f4950 100644 --- a/src/make.configuration.deps +++ b/src/make.configuration.deps @@ -10,4 +10,4 @@ $(BUILD_DIR)$(DIRSEP)IOFlexIO$(DIRSEP)%.o: $(PACKAGE_DIR)$(DIRSEP)CactusPUGHIO$( @echo Compiling $< if [ ! -d $(BUILD_DIR)$(DIRSEP)IOFlexIO ]; then $(MKDIR) $(MKDIRFLAGS) $(BUILD_DIR)$(DIRSEP)IOFlexIO ; fi cd $(BUILD_DIR)$(DIRSEP)IOFlexIO - $(CC) $< -DCCODE -DANSI $(CFLAGS) -I$(CONFIG) -I$(BINDINGS_DIR)$(DIRSEP)include -I$(FLESH_DIR)$(DIRSEP)include -I$(FLEXIO_INC_DIRS) $(CCOMPILEONLY)$(OPTIONSEP)$@ + $(CC) $< -DCCODE -DANSI $(CFLAGS) -I$(CONFIG) -I$(BINDINGS_DIR)$(DIRSEP)include -I$(FLESH_DIR)$(DIRSEP)include -I$(FLEXIO_INC_DIRS) $(SYS_INC_DIRS:%=-I%) $(CCOMPILEONLY)$(OPTIONSEP)$@ -- cgit v1.2.3