From eed81c5a9f73c61d9b2504fa6c9965f1356da5a7 Mon Sep 17 00:00:00 2001 From: "barry.wardell" Date: Tue, 21 Jun 2011 22:06:15 +0000 Subject: 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 --- src/make.configuration.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` \ -- cgit v1.2.3