[Commits] [svn:einsteintoolkit] GRHydro/trunk/src/ (Rev. 121)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Jun 14 15:43:38 CDT 2010


User: knarf
Date: 2010/06/14 03:43 PM

Modified:
 /trunk/src/
  make.configuration.deps

Log:
 correct arrangement path

File Changes:

Directory: /trunk/src/
======================

File [modified]: make.configuration.deps
Delta lines: +1 -1
===================================================================
--- trunk/src/make.configuration.deps	2010-06-12 16:23:44 UTC (rev 120)
+++ trunk/src/make.configuration.deps	2010-06-14 20:43:38 UTC (rev 121)
@@ -11,7 +11,7 @@
 	$(F90) $(CREATEEXE)$(OPTIONSEP)$@ $(DEBUG_LD) $(LDFLAGS) $(EXTRAFLAGS) $(GENERAL_LIBRARIES) $<
 
 
-$(BUILD_DIR)$(DIRSEP)GRHydro$(DIRSEP)%.o: $(PACKAGE_DIR)$(DIRSEP)CIGR$(DIRSEP)GRHydro$(DIRSEP)src$(DIRSEP)util$(DIRSEP)%.f90
+$(BUILD_DIR)$(DIRSEP)GRHydro$(DIRSEP)%.o: $(PACKAGE_DIR)$(DIRSEP)EinsteinEvolve$(DIRSEP)GRHydro$(DIRSEP)src$(DIRSEP)util$(DIRSEP)%.f90
 	@echo Compiling $<
 	if [ ! -d $(BUILD_DIR)$(DIRSEP)GRHydro ]; then $(MKDIR) $(MKDIRFLAGS) $(BUILD_DIR)$(DIRSEP)GRHydro ; fi
 	cd $(BUILD_DIR)$(DIRSEP)GRHydro



More information about the Commits mailing list