[project @ 2000-12-20 10:44:17 by simonmar]
authorsimonmar <unknown>
Wed, 20 Dec 2000 10:44:17 +0000 (10:44 +0000)
committersimonmar <unknown>
Wed, 20 Dec 2000 10:44:17 +0000 (10:44 +0000)
wibble

ghc/compiler/Makefile

index 5d25e13..32d0b90 100644 (file)
@@ -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)