From e50ff381b27a0e5a1bafc22fb4978b51f2629905 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 12 Feb 2002 16:55:22 +0000 Subject: [PATCH] [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. --- ghc/utils/ghc-pkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # ----------------------------------------------------------------------------- -- 1.7.10.4