From cbda7114240500dbf030775e35b2c827c2e3cb16 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 24 Jul 2001 10:28:51 +0000 Subject: [PATCH] [project @ 2001-07-24 10:28:51 by simonmar] back the last change out; a better way to get all the hc files you need is SRC_HC_OPTS += -keep-hc-files in your build.mk. --- ghc/driver/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index 3b054ca..c732167 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.66 2001/07/24 05:05:41 ken Exp $ +# $Id: Makefile,v 1.67 2001/07/24 10:28:51 simonmar Exp $ # TOP=.. @@ -37,7 +37,6 @@ SRC_HC_OPTS += -fglasgow-exts -cpp -syslib concurrent -syslib posix -syslib misc endif SRC_HC_OPTS += -DWANT_PRETTY -SRC_HC_OPTS += $(GhcHcOpts) all :: package.conf package.conf.inplace -- 1.7.10.4