From 9772e7c109bb66eede6fd7b868efc5533e54f641 Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 24 Jul 2001 05:05:41 +0000 Subject: [PATCH] [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. --- ghc/driver/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4