From: panne Date: Mon, 8 May 2000 17:24:10 +0000 (+0000) Subject: [project @ 2000-05-08 17:24:10 by panne] X-Git-Tag: Approximately_9120_patches~4555 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=65fafba5c92d93c4e482a352d3da36407ff1a797;p=ghc-hetmet.git [project @ 2000-05-08 17:24:10 by panne] Committing the Makefile, too, might be a good idea: Removed ctypes. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index e4ba5df..04812d3 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.75 2000/04/21 14:35:46 simonpj Exp $ +# $Id: Makefile,v 1.76 2000/05/08 17:24:10 panne Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -66,7 +66,7 @@ endif HS_OBJS = \ $(patsubst %.hc, %.o, $(HCS)) \ - parser/ctypes.o parser/hschooks.o + parser/hschooks.o DESTDIR = $(INSTALL_LIBRARY_DIR_GHC) @@ -74,7 +74,7 @@ DESTDIR = $(INSTALL_LIBRARY_DIR_GHC) # # Add misc .c helper code (used by the frontend.) # -C_SRCS += parser/ctypes.c parser/hschooks.c +C_SRCS += parser/hschooks.c # # Big Fudge to get around inherent problem that Makefile setup @@ -228,10 +228,6 @@ parser/hschooks.o : parser/hschooks.c @$(RM) $@ $(HC) -c -o $@ $(HC_OPTS) parser/hschooks.c -parser/ctypes.o : parser/ctypes.c - @$(RM) $@ - $(HC) -c -o $@ $(HC_OPTS) parser/ctypes.c - # Interface-file parser uses Happy SRC_HAPPY_OPTS += +RTS -K2m -H16m -RTS