Include runghc and unlit in bindists
authorIan Lynagh <igloo@earth.li>
Sat, 13 Jun 2009 16:17:07 +0000 (16:17 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 13 Jun 2009 16:17:07 +0000 (16:17 +0000)
utils/runghc/ghc.mk
utils/unlit/ghc.mk

index 7d6769d..b43634e 100644 (file)
@@ -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
index 06725d5..709291e 100644 (file)
@@ -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