diff options
author | Ian Lynagh <igloo@earth.li> | 2007-06-09 13:43:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-06-09 13:43:02 +0000 |
commit | da6f42a2bb231bae3fdbe06350db26e2cdee2c34 (patch) | |
tree | 669f69e176c69bb442254642e38736917298d1b9 /rts/Makefile | |
parent | 8f4c823a0a5f8d730eff0fc2ee5e12cb248c0caa (diff) | |
download | haskell-da6f42a2bb231bae3fdbe06350db26e2cdee2c34.tar.gz |
Fix the ghc package in bindists
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile index 1eebfd6c40..7930fa75bb 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -207,6 +207,8 @@ SRC_MKDEPENDC_OPTS += -DPROFILING -DTHREADED_RTS -DDEBUG # We want a slightly different version for the unregisterised way, so we make # AutoApply on a per-way basis (eg. AutoApply_p.cmm). +ifneq "$(DOING_BIN_DIST)" "YES" + AUTO_APPLY_CMM = AutoApply$(_way).cmm ifneq "$(BootingFromHc)" "YES" @@ -219,6 +221,8 @@ EXTRA_CMM_SRCS += $(AUTO_APPLY_CMM) CLEAN_FILES += $(AUTO_APPLY_CMM) +endif + # ----------------------------------------------------------------------------- # # Building DLLs is only supported on mingw32 at the moment. |