From: simonmar Date: Tue, 12 Feb 2002 16:55:22 +0000 (+0000) Subject: [project @ 2002-02-12 16:55:22 by simonmar] X-Git-Tag: Approximately_9120_patches~90 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e50ff381b27a0e5a1bafc22fb4978b51f2629905;p=ghc-hetmet.git [project @ 2002-02-12 16:55:22 by simonmar] Must add 'depend' before 'all' in the boot target so that we get dependencies in time. --- diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index e741d75..7c416f7 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.14 2002/02/12 15:17:24 simonmar Exp $ +# $Id: Makefile,v 1.15 2002/02/12 16:55:22 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -9,7 +9,7 @@ INSTALLING=1 # ghc-pkg is needed to boot in ghc/rts and library dirs ifneq "$(BootingFromHc)" "YES" -boot :: all +boot :: depend all endif # -----------------------------------------------------------------------------