projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3ad6b
)
[project @ 2000-12-20 10:44:17 by simonmar]
author
simonmar
<unknown>
Wed, 20 Dec 2000 10:44:17 +0000
(10:44 +0000)
committer
simonmar
<unknown>
Wed, 20 Dec 2000 10:44:17 +0000
(10:44 +0000)
wibble
ghc/compiler/Makefile
patch
|
blob
|
history
diff --git
a/ghc/compiler/Makefile
b/ghc/compiler/Makefile
index
5d25e13
..
32d0b90
100644
(file)
--- 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)