From: simonmar Date: Wed, 20 Dec 2000 10:44:17 +0000 (+0000) Subject: [project @ 2000-12-20 10:44:17 by simonmar] X-Git-Tag: Approximately_9120_patches~3030 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3ae576f453269fa03a7ec4a7387c18210e00815b;p=ghc-hetmet.git [project @ 2000-12-20 10:44:17 by simonmar] wibble --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 5d25e13..32d0b90 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.122 2000/12/20 10:43:47 simonmar Exp $ +# $Id: Makefile,v 1.123 2000/12/20 10:44:17 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -120,8 +120,7 @@ endif HS_OBJS = \ $(patsubst %.hc, %.o, $(HCS)) \ - parser/hschooks.o \ - parser/hs_ctype.o + parser/hschooks.o DESTDIR = $(INSTALL_LIBRARY_DIR_GHC)