From: simonmar Date: Tue, 19 Dec 2000 13:13:11 +0000 (+0000) Subject: [project @ 2000-12-19 13:13:11 by simonmar] X-Git-Tag: Approximately_9120_patches~3053 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=57ac7f5627160b10ad9eca35cc7861c1b7425085;p=ghc-hetmet.git [project @ 2000-12-19 13:13:11 by simonmar] remove accidentally committed wibble --- 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)