From 2785a233716039a31ef21b9927c11e9f21516f48 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 1 Aug 2005 15:25:09 +0000 Subject: [PATCH] [project @ 2005-08-01 15:25:09 by simonmar] Rmoeve a few lines that are provided by lib/compat/compat.mk --- ghc/utils/ghc-pkg/Makefile | 6 ------ 1 file changed, 6 deletions(-) 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 -- 1.7.10.4