From b02b59a4b02d2c89401e418ccb2b3d0a6edfb940 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 19 Apr 2008 04:56:35 +0000 Subject: Determine list of thorn files correctly git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@176 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 700c547..bd9cabd 100644 --- a/src/make.configuration.deps +++ b/src/make.configuration.deps @@ -133,7 +133,7 @@ $(TARBALL_DIR)/cactus-flesh-source.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CCTK configs/$(notdir $(TOP))/config-data \ configs/$(notdir $(TOP))/config-info \ -name 'CVS' -prune -o \ - -name '.*' -prune -o \ + -name '.?*' -prune -o \ -name '*~' -prune -o \ ! -type d \ -print > $@ @@ -179,10 +179,10 @@ $(TARBALL_DIR)/cactus-thorn-source-%.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CC -name 'par' -prune -o \ -name 'test' -prune -o \ -name 'CVS' -prune -o \ - -name '.*' -prune -o \ + -name '.?*' -prune -o \ -name '*~' -prune -o \ ! -type d \ - -print > $@ + -print | sed -e 's+/[.]/+/+g' > $@ -include $(patsubst %,$(TARBALL_DIR)/cactus-thorn-source-%.ccldeps,$(notdir $(THORNS))) # Make aborts if these dependencies vanish. Therefore mention only files -- cgit v1.2.3