aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-04 13:09:18 +0000
committerrhaas <rhaas@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-04 13:09:18 +0000
commit0b3ea6ac8417a4d8fcd69b08020aa8e7e3320169 (patch)
treebb8fa3aa53ef6b5921b6a2023e48f1430b9ab8a4
parentae01b64faa64624346befdc8f7afa11d86d07aeb (diff)
add tarball and patches to list of make dependenciessvn
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@67 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-rw-r--r--src/make.code.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.deps b/src/make.code.deps
index ac09800..b5c493d 100644
--- a/src/make.code.deps
+++ b/src/make.code.deps
@@ -8,5 +8,5 @@ export LORENE_EXTRA_LIB_DIRS LORENE_EXTRA_LIBS
export LORENE_INSTALL_DIR
$(CCTK_TARGET) $(OBJS) $(SRCS:%=%.d): $(SCRATCH_BUILD)/done/$(THORN)
-$(SCRATCH_BUILD)/done/$(THORN): $(SRCDIR)/build.sh
+$(SCRATCH_BUILD)/done/$(THORN): $(SRCDIR)/build.sh $(wildcard $(SRCDIR)/../dist/*.tar.gz $(SRCDIR)/../dist/*.patch)
+$(SRCDIR)/build.sh