aboutsummaryrefslogtreecommitdiff
path: root/tools/star/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/star/Makefile')
-rw-r--r--tools/star/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 1e7d034..9f4d323 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -60,7 +60,6 @@ manifest: modules/DBIish/lib
git submodule foreach --quiet 'git ls-files | $(PREFIX) $$path/' >>MANIFEST
grep -v -f tools/star/MANIFEST.exclude MANIFEST >MANIFEST.1
$(PERL) -n -e 'chomp; -f && print "$$_\n"' MANIFEST.1 >MANIFEST
- perl6 tools/build/panda-state.p6 >>MANIFEST
sort -o MANIFEST MANIFEST
rm MANIFEST.1