aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-27 17:47:41 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-27 17:47:41 -0500
commit09e2b3abf0d898dd807f271ed6fb530290d6e185 (patch)
tree03b48974b00fa10730eb19391b5152b80844c286 /Makefile
parentad2c8bdbd7685e35703ab69315cf3ebe40128f4b (diff)
Clean up MANIFEST generation a bit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0a785a..6355a86 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,8 @@ $(DISTDIR)/Configure.pl: build/Configure.pl
cp build/Configure.pl $(DISTDIR)
$(DISTDIR)/MANIFEST:
- find dist -name '.*' -prune -o -type f -printf '%P\n' >$(DISTDIR)/MANIFEST
+ touch $(DISTDIR)/MANIFEST
+ find $(DISTDIR) -name '.*' -prune -o -type f -printf '%P\n' >$(DISTDIR)/MANIFEST
## add the two dot-files from Parrot MANIFEST
echo "$(PARROT)/.gitignore" >>$(DISTDIR)/MANIFEST
echo "$(PARROT)/tools/dev/.gdbinit" >>$(DISTDIR)/MANIFEST