From b138da84e9821b9f27e4c6a224f7308bd58dd257 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 23 Jun 2001 10:54:07 +0000 Subject: [PATCH] [project @ 2001-06-23 10:54:07 by panne] Resurrect non-M$ compilation --- ghc/compiler/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 9dcc7d0..5a19f7d 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.161 2001/06/22 13:31:29 rrt Exp $ +# $Id: Makefile,v 1.162 2001/06/23 10:54:07 panne Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -143,10 +143,6 @@ HS_OBJS = \ $(patsubst %.hc, %.o, $(HCS)) \ parser/hschooks.o -ifneq "$(ghc_501_at_least)" "1" -HS_OBJS += main/system.o -endif - DESTDIR = $(INSTALL_LIBRARY_DIR_GHC) # -- 1.7.10.4