From: simonmar Date: Tue, 24 Jul 2001 10:28:51 +0000 (+0000) Subject: [project @ 2001-07-24 10:28:51 by simonmar] X-Git-Tag: Approximately_9120_patches~1433 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cbda7114240500dbf030775e35b2c827c2e3cb16;p=ghc-hetmet.git [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. --- 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