From 57ac7f5627160b10ad9eca35cc7861c1b7425085 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 19 Dec 2000 13:13:11 +0000 Subject: [PATCH] [project @ 2000-12-19 13:13:11 by simonmar] remove accidentally committed wibble --- ghc/compiler/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 9834151..47a5e31 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.120 2000/12/19 12:27:09 simonmar Exp $ +# $Id: Makefile,v 1.121 2000/12/19 13:13:11 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -121,8 +121,7 @@ endif HS_OBJS = \ $(patsubst %.hc, %.o, $(HCS)) \ - parser/hschooks.o \ - parser/hs_ctype.o + parser/hschooks.o DESTDIR = $(INSTALL_LIBRARY_DIR_GHC) -- 1.7.10.4