summaryrefslogtreecommitdiff
path: root/utils/parallel
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-04-26 11:42:15 +0000
committerIan Lynagh <igloo@earth.li>2009-04-26 11:42:15 +0000
commit34cc75e1a62638f2833815746ebce0a9114dc26b (patch)
treeef21e8fd7af1356beea9cce7d6efb8a65374e24c /utils/parallel
parent74e1368d4688ee16f6decdf2cd3ebe27506b26ba (diff)
downloadhaskell-34cc75e1a62638f2833815746ebce0a9114dc26b.tar.gz
GHC new build system megapatch
Diffstat (limited to 'utils/parallel')
-rw-r--r--utils/parallel/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/parallel/Makefile b/utils/parallel/Makefile
index 50909c68e1..8b68d777b9 100644
--- a/utils/parallel/Makefile
+++ b/utils/parallel/Makefile
@@ -48,8 +48,6 @@ $(BASH_INSTALLERS): install.bash.%:
cat $*.bash >> $(bindir)/$*
$(EXECUTABLE_FILE) $(bindir)/$*
-BINDIST_EXTRAS += $(addsuffix .pl,$(PERL_PROGS))
-BINDIST_EXTRAS += $(addsuffix .bash,$(BASH_PROGS))
include $(TOP)/mk/bindist.mk
include $(TOP)/mk/target.mk