From 6ea0d0d7922f1b507b221d31909938749ae41dd2 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 12 Jan 2010 20:52:56 +0000 Subject: fix for changed thorn name and location git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOSG_Hybrid/trunk@3 0a999221-0efe-4d2d-b270-2ec6803ffb49 --- src/make.configuration.deps | 4 ++-- 1 file 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 -- cgit v1.2.3