From: sof Date: Wed, 22 Jan 1997 08:01:26 +0000 (+0000) Subject: [project @ 1997-01-22 08:00:38 by sof] X-Git-Tag: Approximately_1000_patches_recorded~834 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=44e1ffc9ce7dd01064defdd8abfbde9058f9053d;p=ghc-hetmet.git [project @ 1997-01-22 08:00:38 by sof] Fixed MKDEPENDHS var --- diff --git a/ghc/lib/Makefile.libHS b/ghc/lib/Makefile.libHS index e4bbbe8..729c187 100644 --- a/ghc/lib/Makefile.libHS +++ b/ghc/lib/Makefile.libHS @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile.libHS,v 1.8 1997/01/21 22:56:20 sof Exp $ +# $Id: Makefile.libHS,v 1.10 1997/01/22 08:01:26 sof Exp $ TOP = ../.. include $(TOP)/ghc/mk/ghc.mk @@ -109,7 +109,7 @@ concurrent/Concurrent_flags = -iconcurrent # Depend and install stuff # temp soln until ghcconfig.mk leaves 1.2 behind. -MKDEPENDHS = $(LIB_GHC) -M +MKDEPENDHS = $(GHC) $(GHCFLAGS) -M MKDEPENDHS_OPTS += -I$(GHC_INCLUDES) MKDEPENDHS_OPTS += -irequired:ghc:hbc:glaExts:concurrent