aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2013-04-04 21:12:59 +0000
committereschnett <eschnett@83718e91-0e4f-0410-abf4-91180603181f>2013-04-04 21:12:59 +0000
commitd0189b353a41baf978f7ca5cd64a047d70fd6b1e (patch)
tree92581824d383179041cea4359e563ae58314046c
parentc79297144a0e1c49150ba164f7b42dcb5245110f (diff)
Add additional dependency to ensure the tarballs are not built too early
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@233 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--src/make.configuration.deps6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index beaf1c9..921ee09 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -143,10 +143,10 @@ $(TARBALL_DIR)/flesh-Cactus.tar.gz: $(TARBALL_DIR)/flesh-Cactus.files
cd $(CCTK_HOME) && \
$(TAR) czf $@ -T $< || [ $$(( $$? / ($(IS_GNUTAR)+1) )) -eq 0 ]
-# This dependency means that the tarball for a thorn is only updated
-# if the thorn is actually recompiled. This does not catch changes to
+# This dependency means that the tarball for the flesh is only updated
+# if the flesh is actually recompiled. This does not catch changes to
# files that do not influence the executable.
-$(TARBALL_DIR)/flesh-Cactus.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CCTK_LIBNAME_PREFIX)$(FLESHLIB)$(LIBNAME_SUFFIX) $(TARBALL_DIR)/flesh-Cactus.ccldeps
+$(TARBALL_DIR)/flesh-Cactus.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CCTK_LIBNAME_PREFIX)$(FLESHLIB)$(LIBNAME_SUFFIX) $(TARBALL_DIR)/flesh-Cactus.ccldeps $(CONFIG)/make.thornlist
cd $(CCTK_HOME) && \
find CONTRIBUTORS COPYRIGHT Makefile lib/ src/ \
`ls configs/$(notdir $(TOP))/OptionList 2> /dev/null` \