[project @ 2001-07-24 05:05:41 by ken]
authorken <unknown>
Tue, 24 Jul 2001 05:05:41 +0000 (05:05 +0000)
committerken <unknown>
Tue, 24 Jul 2001 05:05:41 +0000 (05:05 +0000)
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

index e38b6ef..3b054ca 100644 (file)
@@ -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