From: simonmar Date: Mon, 1 Aug 2005 15:25:09 +0000 (+0000) Subject: [project @ 2005-08-01 15:25:09 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~281 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2785a233716039a31ef21b9927c11e9f21516f48;p=ghc-hetmet.git [project @ 2005-08-01 15:25:09 by simonmar] Rmoeve a few lines that are provided by lib/compat/compat.mk --- diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 6d12d37..2e09ab0 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -19,12 +19,6 @@ include $(GHC_LIB_COMPAT_DIR)/compat.mk # we must also build with $(GhcHcOpts) here: SRC_HC_OPTS += $(GhcHcOpts) -ifeq "$(Windows)" "YES" -# not very nice, but required for -lghccompat on Windows -SRC_LD_OPTS += -lshell32 -HC_BOOT_LIBS += -lshell32 -endif - ifeq "$(ghc_ge_504)" "NO" SRC_HC_OPTS += -package lang -package util -package text endif