diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-13 16:17:07 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-13 16:17:07 +0000 |
commit | 20633c5b582a2cd2b4cf8e2788e8bf7b536ba4e5 (patch) | |
tree | 036d26a4d8d56728d39171b8b3b6246cf966e944 /utils/unlit | |
parent | 51c08cf9d24151e79318e0a176898230997a68e4 (diff) | |
download | haskell-20633c5b582a2cd2b4cf8e2788e8bf7b536ba4e5.tar.gz |
Include runghc and unlit in bindists
Diffstat (limited to 'utils/unlit')
-rw-r--r-- | utils/unlit/ghc.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 |