From: simonmar Date: Tue, 6 Mar 2001 15:59:11 +0000 (+0000) Subject: [project @ 2001-03-06 15:59:11 by simonmar] X-Git-Tag: Approximately_9120_patches~2458 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0228c4b7e53b46791ec210e7d12ad13452d1a899;p=ghc-hetmet.git [project @ 2001-03-06 15:59:11 by simonmar] undo accidental change --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 88c0017..57f9a3e 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.140 2001/03/06 15:58:47 simonmar Exp $ +# $Id: Makefile,v 1.141 2001/03/06 15:59:11 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -124,7 +124,6 @@ endif HS_OBJS = \ $(patsubst %.hc, %.o, $(HCS)) \ - parser/hs_ctype.o \ parser/hschooks.o DESTDIR = $(INSTALL_LIBRARY_DIR_GHC)