diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 76e8dbfa6091555321cba889557fb11e58cad8e0..cb4dea23d1fe03d4e313bc4e06222980f78b30ad 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