From 3ae576f453269fa03a7ec4a7387c18210e00815b Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 20 Dec 2000 10:44:17 +0000 Subject: [PATCH] [project @ 2000-12-20 10:44:17 by simonmar] wibble --- ghc/compiler/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 1.7.10.4