[project @ 2003-01-06 13:12:37 by simonmar]
[ghc-hetmet.git] / ghc / utils / hsc2hs / Makefile
index 033621d..21d917f 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.34 2002/09/09 11:39:43 simonmar Exp $
+# $Id: Makefile,v 1.36 2002/10/29 04:01:01 mthomas Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
@@ -25,10 +25,6 @@ endif
 
 SRC_HC_OPTS      += -cpp
 
-ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32"
-SRC_HC_OPTS      += -package win32 '-\#include <process.h>'
-endif 
-
 ifneq "$(HOSTPLATFORM)" "i386-unknown-mingw32"
 INSTALLED_SCRIPT_PROG  = hsc2hs
 endif