From d0189b353a41baf978f7ca5cd64a047d70fd6b1e Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 4 Apr 2013 21:12:59 +0000 Subject: 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 --- src/make.configuration.deps | 6 +++--- 1 file 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` \ -- cgit v1.2.3