summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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