From: ken Date: Tue, 24 Jul 2001 05:05:41 +0000 (+0000) Subject: [project @ 2001-07-24 05:05:41 by ken] X-Git-Tag: Approximately_9120_patches~1446 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9772e7c109bb66eede6fd7b868efc5533e54f641;p=ghc-hetmet.git [project @ 2001-07-24 05:05:41 by ken] Added $(GhcHcOpts) to $(SRC_HC_OPTS), so that by setting --keep-hc-files-too in $(GhcHcOpts) we get .hc files for the Haskell code under this directory, ghc/driver. --- diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index e38b6ef..3b054ca 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.65 2001/06/12 17:08:11 simonmar Exp $ +# $Id: Makefile,v 1.66 2001/07/24 05:05:41 ken Exp $ # TOP=.. @@ -37,6 +37,7 @@ 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