diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-06-29 09:07:05 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-06-29 09:07:05 +0000 |
commit | af9b4778a1ecf24da8f231b7a06b72eb9195ddd2 (patch) | |
tree | 6c46949f49713af08237c2aae15b23ef7da7cfe7 /utils | |
parent | ac5b9252d1513b32031d860bbd8a89397dc1b7b3 (diff) | |
download | haskell-af9b4778a1ecf24da8f231b7a06b72eb9195ddd2.tar.gz |
unbreak "recompile utils with stage 1"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hpc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/utils/hpc/Makefile b/utils/hpc/Makefile index 46fd693743..12ad17e234 100644 --- a/utils/hpc/Makefile +++ b/utils/hpc/Makefile @@ -5,13 +5,8 @@ HS_PROG = hpc$(exeext) INSTALL_PROGS += $(HS_PROG) HPC_LIB = $(TOP)/libraries/hpc -# This causes libghccompat.a to be used: include $(GHC_COMPAT_DIR)/compat.mk - -# This is required because libghccompat.a must be built with -# $(GhcHcOpts) because it is linked to the compiler, and hence -# we must also build with $(GhcHcOpts) here: -SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage1HcOpts) +SRC_HC_OPTS += $(PACKAGE_HPC) binary-dist: $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/hpc |