summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@0a999221-0efe-4d2d-b270-2ec6803ffb49>2010-01-12 20:52:56 +0000
committerknarf <knarf@0a999221-0efe-4d2d-b270-2ec6803ffb49>2010-01-12 20:52:56 +0000
commit6ea0d0d7922f1b507b221d31909938749ae41dd2 (patch)
treea8fa5fe186190483deffbbb05275428c4f24da73
parent009e6b85882170b646ee8ef895b82d77c5ca2505 (diff)
fix for changed thorn name and locationHEADsvnmaster
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOSG_Hybrid/trunk@3 0a999221-0efe-4d2d-b270-2ec6803ffb49
-rwxr-xr-xsrc/make.configuration.deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 61740e1..c63a3a5 100755
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -1,5 +1,5 @@
# Make sure that EOS_Polytrope is compiled first
-ifneq (,$(findstring Whisky_Dev/EOS_GeneralPolytrope,$(THORNS)))
-$(CCTK_LIBDIR)$(DIRSEP)libEOS_GeneralHybrid.a : $(CCTK_LIBDIR)$(DIRSEP)libEOS_GeneralPolytrope.a
+ifneq (,$(findstring CactusEOS/EOSG_Polytrope,$(THORNS)))
+$(CCTK_LIBDIR)$(DIRSEP)libEOSG_Hybrid.a : $(CCTK_LIBDIR)$(DIRSEP)libEOSG_Polytrope.a
endif