aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@83718e91-0e4f-0410-abf4-91180603181f>2010-04-21 14:05:30 +0000
committerknarf <knarf@83718e91-0e4f-0410-abf4-91180603181f>2010-04-21 14:05:30 +0000
commitb67dd69ee349f83b255cf71bdb0dd2900299481e (patch)
tree12453aea3a1c512e778d7af8e0e1cc366bb324f7
parent8ffcc006f0e9b562a2116a3ba8a48b126e1e9f41 (diff)
fix to reflect new arrangement
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@185 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--src/make.configuration.deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index f6d38fc..00873f5 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -115,7 +115,7 @@ $(TARBALL_DIR)/cactus-flesh-source.o: $(TARBALL_DIR)/cactus-flesh-source.c
@echo "Creating Formaline tarball for the flesh"
$(CC) $(CFLAGS) -c -o $@ $^
-$(TARBALL_DIR)/cactus-flesh-source.c: $(TARBALL_DIR)/cactus-flesh-source.tar.gz $(CCTK_HOME)/arrangements/AEIThorns/Formaline/src/util/VERSION
+$(TARBALL_DIR)/cactus-flesh-source.c: $(TARBALL_DIR)/cactus-flesh-source.tar.gz $(CCTK_HOME)/arrangements/CactusUtils/Formaline/src/util/VERSION
$(FORMALINE_BIN_DIR)/makeblob.pl '' Cactus < $< > $@
$(TARBALL_DIR)/cactus-flesh-source.tar.gz: $(TARBALL_DIR)/cactus-flesh-source.files
@@ -165,7 +165,7 @@ $(TARBALL_DIR)/cactus-thorn-source-%.o: $(TARBALL_DIR)/cactus-thorn-source-%.c
@echo "Creating Formaline tarball for thorn $*"
$(CC) $(CFLAGS) -c -o $@ $^
-$(TARBALL_DIR)/cactus-thorn-source-%.c: $(TARBALL_DIR)/cactus-thorn-source-%.tar.gz $(CCTK_HOME)/arrangements/AEIThorns/Formaline/src/util/VERSION
+$(TARBALL_DIR)/cactus-thorn-source-%.c: $(TARBALL_DIR)/cactus-thorn-source-%.tar.gz $(CCTK_HOME)/arrangements/CactusUtils/Formaline/src/util/VERSION
$(FORMALINE_BIN_DIR)/makeblob.pl $(patsubst %/,%,$(dir $(filter %/$(@:$(TARBALL_DIR)/cactus-thorn-source-%.c=%),$(THORNS)))) $(@:$(TARBALL_DIR)/cactus-thorn-source-%.c=%) < $< > $@
$(TARBALL_DIR)/cactus-thorn-source-%.tar.gz: $(TARBALL_DIR)/cactus-thorn-source-%.files