From 0228c4b7e53b46791ec210e7d12ad13452d1a899 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 6 Mar 2001 15:59:11 +0000 Subject: [PATCH] [project @ 2001-03-06 15:59:11 by simonmar] undo accidental change --- ghc/compiler/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 1.7.10.4