aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbarry.wardell <barry.wardell@83718e91-0e4f-0410-abf4-91180603181f>2011-06-21 22:06:15 +0000
committerbarry.wardell <barry.wardell@83718e91-0e4f-0410-abf4-91180603181f>2011-06-21 22:06:15 +0000
commiteed81c5a9f73c61d9b2504fa6c9965f1356da5a7 (patch)
treea37dbf1e6ce049db1b74be6fa0c6aefdc8ce5831
parent4e1d2fa0dfa0d5df710ac4102815ae3abbb5e70e (diff)
Force find to follow symbolic links to lib and src in the flesh. This fixes bug #453.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@204 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--src/make.configuration.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 8c6099d..37987bf 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -135,7 +135,7 @@ $(TARBALL_DIR)/flesh-Cactus.tar.gz: $(TARBALL_DIR)/flesh-Cactus.files
# 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
cd $(CCTK_HOME) && \
- find CONTRIBUTORS COPYRIGHT Makefile lib src \
+ find CONTRIBUTORS COPYRIGHT Makefile lib/ src/ \
`ls configs/$(notdir $(TOP))/OptionList 2> /dev/null` \
`ls configs/$(notdir $(TOP))/properties.ini 2> /dev/null` \
`ls configs/$(notdir $(TOP))/RunScript 2> /dev/null` \