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:
f27c161
)
[project @ 2001-03-06 15:59:11 by simonmar]
author
simonmar
<unknown>
Tue, 6 Mar 2001 15:59:11 +0000
(15:59 +0000)
committer
simonmar
<unknown>
Tue, 6 Mar 2001 15:59:11 +0000
(15:59 +0000)
undo accidental change
ghc/compiler/Makefile
patch
|
blob
|
history
diff --git
a/ghc/compiler/Makefile
b/ghc/compiler/Makefile
index
88c0017
..
57f9a3e
100644
(file)
--- a/
ghc/compiler/Makefile
+++ b/
ghc/compiler/Makefile
@@
-1,5
+1,5
@@
# -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.140 2001/03/06 15:58:47 simonmar Exp $
+# $Id: Makefile,v 1.141 2001/03/06 15:59:11 simonmar Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
@@
-124,7
+124,6
@@
endif
HS_OBJS = \
$(patsubst %.hc, %.o, $(HCS)) \
- parser/hs_ctype.o \
parser/hschooks.o
DESTDIR = $(INSTALL_LIBRARY_DIR_GHC)