From 09e2b3abf0d898dd807f271ed6fb530290d6e185 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Tue, 27 Jul 2010 17:47:41 -0500 Subject: Clean up MANIFEST generation a bit. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1