From 20633c5b582a2cd2b4cf8e2788e8bf7b536ba4e5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 13 Jun 2009 16:17:07 +0000 Subject: [PATCH] Include runghc and unlit in bindists --- utils/runghc/ghc.mk | 4 +--- utils/unlit/ghc.mk | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/utils/runghc/ghc.mk b/utils/runghc/ghc.mk index 7d6769d..b43634e 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 06725d5..709291e 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 -- 1.7.10.4