aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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