aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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` \