summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-13 16:17:07 +0000
committerIan Lynagh <igloo@earth.li>2009-06-13 16:17:07 +0000
commit20633c5b582a2cd2b4cf8e2788e8bf7b536ba4e5 (patch)
tree036d26a4d8d56728d39171b8b3b6246cf966e944 /utils
parent51c08cf9d24151e79318e0a176898230997a68e4 (diff)
downloadhaskell-20633c5b582a2cd2b4cf8e2788e8bf7b536ba4e5.tar.gz
Include runghc and unlit in bindists
Diffstat (limited to 'utils')
-rw-r--r--utils/runghc/ghc.mk4
-rw-r--r--utils/unlit/ghc.mk2
2 files changed, 1 insertions, 5 deletions
diff --git a/utils/runghc/ghc.mk b/utils/runghc/ghc.mk
index 7d6769d1a9..b43634eaab 100644
--- a/utils/runghc/ghc.mk
+++ b/utils/runghc/ghc.mk
@@ -17,16 +17,14 @@ utils/runghc_dist_SHELL_WRAPPER = YES
utils/runghc_dist_INSTALL_SHELL_WRAPPER = YES
ifneq "$(BINDIST)" "YES"
-
# hack: the build system has trouble with Main modules not called Main.hs
utils/runghc/dist/build/Main.hs : utils/runghc/runghc.hs $(MKDIRHIER)
"$(MKDIRHIER)" $(dir $@)
"$(CP)" $< $@
+endif
$(eval $(call build-prog,utils/runghc,dist,1))
-endif
-
install: install_runhaskell
.PHONY: install_runhaskell
diff --git a/utils/unlit/ghc.mk b/utils/unlit/ghc.mk
index 06725d5e23..709291e241 100644
--- a/utils/unlit/ghc.mk
+++ b/utils/unlit/ghc.mk
@@ -15,7 +15,5 @@ utils/unlit_dist_PROG = $(GHC_UNLIT_PGM)
utils/unlit_dist_LIBEXEC = YES
utils/unlit_dist_INSTALL = YES
-ifneq "$(BINDIST)" "YES"
$(eval $(call build-prog,utils/unlit,dist,0))
-endif