summaryrefslogtreecommitdiff
path: root/ghc/utils/ghc-pkg/Makefile
diff options
context:
space:
mode:
authormthomas <unknown>2002-10-29 04:01:01 +0000
committermthomas <unknown>2002-10-29 04:01:01 +0000
commit2d88b5b252c0463aebf8f5fbe89683931d8adfa0 (patch)
tree7f6645b8bca00e0fa80c6dcf1c25ec3deb6a10a1 /ghc/utils/ghc-pkg/Makefile
parentc7bd58b09eee8bb74333f3b8d2c5623dbb1f8b25 (diff)
downloadhaskell-2d88b5b252c0463aebf8f5fbe89683931d8adfa0.tar.gz
[project @ 2002-10-29 04:00:59 by mthomas]
Remove unnecessary compiler and linker flags for Mingw32.
Diffstat (limited to 'ghc/utils/ghc-pkg/Makefile')
-rw-r--r--ghc/utils/ghc-pkg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile
index bd04d06253..5aa78379cf 100644
--- a/ghc/utils/ghc-pkg/Makefile
+++ b/ghc/utils/ghc-pkg/Makefile
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.19 2002/10/27 10:38:33 mthomas Exp $
+# $Id: Makefile,v 1.20 2002/10/29 04:00:59 mthomas Exp $
TOP=../..
include $(TOP)/mk/boilerplate.mk
@@ -24,7 +24,6 @@ INSTALL_LIBEXECS += $(HS_PROG)
ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32"
HS_PROG = ghc-pkg.exe
INSTALL_PROGS += $(HS_PROG)
-SRC_HC_OPTS += -fglasgow-exts '-\#include <process.h>' -optl "-Wl,-lkernel32"
endif
# -----------------------------------------------------------------------------