aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-08-26 07:46:40 -0500
committerpmichaud <pmichaud@pobox.com>2010-08-26 07:46:40 -0500
commit3f899aa9d5fc1a1de2f84b5084742a355eb8c4c9 (patch)
tree7dcdb1ce9a9345a0c781c5d51f3cb7cbb1c03b21 /Makefile
parent902e14f708de56ad5d55a251afca94b775a78c48 (diff)
Commit 3f97bc3 causes .git directories to be included in the MANIFEST; remove them again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e782df..b2278f5 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ star-patches:
$(DISTDIR)/MANIFEST:
touch $(DISTDIR)/MANIFEST
- find $(DISTDIR) -name '.*' -prune -o -type f | sed -e 's|^[^/]*/||' >$(DISTDIR)/MANIFEST
+ find $(DISTDIR) -name '.*' -prune -o -type f -print | sed -e 's|^[^/]*/||' >$(DISTDIR)/MANIFEST
## add the two dot-files from Parrot MANIFEST
echo "$(PARROT)/.gitignore" >>$(DISTDIR)/MANIFEST
echo "$(PARROT)/tools/dev/.gdbinit" >>$(DISTDIR)/MANIFEST