[project @ 2005-08-01 15:25:09 by simonmar]
authorsimonmar <unknown>
Mon, 1 Aug 2005 15:25:09 +0000 (15:25 +0000)
committersimonmar <unknown>
Mon, 1 Aug 2005 15:25:09 +0000 (15:25 +0000)
Rmoeve a few lines that are provided by lib/compat/compat.mk

ghc/utils/ghc-pkg/Makefile

index 6d12d37..2e09ab0 100644 (file)
@@ -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