From ed512fa7a56bb63f3bcee59e7fc4927abce1c903 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 20 Mar 1997 17:32:01 +0000 Subject: [PATCH] [project @ 1997-03-20 17:32:01 by sof] mkdependHS import dirs (removed hbc) --- ghc/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 76e8dbf..cb4dea2 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -4,7 +4,7 @@ # # Makefile for building the GHC Prelude libraries umpteen ways # -# $Id: Makefile,v 1.6 1997/03/17 20:34:49 simonpj Exp $ +# $Id: Makefile,v 1.7 1997/03/20 17:32:01 sof Exp $ # # ################################################################################# @@ -60,7 +60,7 @@ required/Time_HC_OPTS += -monly-3-regs #----------------------------------------------------------------------------- # Dependency generation -SRC_MKDEPENDHS_OPTS += -irequired:ghc:hbc:glaExts:concurrent -I$(GHC_INCLUDE_DIR) +SRC_MKDEPENDHS_OPTS += -ighc:required:glaExts:concurrent -I$(GHC_INCLUDE_DIR) #----------------------------------------------------------------------------- # Rules -- 1.7.10.4