From: panne Date: Sat, 23 Jun 2001 10:54:07 +0000 (+0000) Subject: [project @ 2001-06-23 10:54:07 by panne] X-Git-Tag: Approximately_9120_patches~1734 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b138da84e9821b9f27e4c6a224f7308bd58dd257;p=ghc-hetmet.git [project @ 2001-06-23 10:54:07 by panne] Resurrect non-M$ compilation --- 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) #