From 85ba1c648c442fcbbc9bc75c93b42d2697d033f1 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 14 Jan 2001 10:48:34 +0000 Subject: [PATCH] [project @ 2001-01-14 10:48:34 by panne] After Mr. HsLibs's std/lang library re-organization we need hsc2hs-inplace in the "make boot" stage --- ghc/utils/hsc2hs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index c77a349..371c976 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 2001/01/12 20:17:35 qrczak Exp $ +# $Id: Makefile,v 1.6 2001/01/14 10:48:34 panne Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -57,4 +57,7 @@ all clean veryclean maintainer-clean :: $(MAKE) INSTALLING=0 BIN_DIST=0 $(MFLAGS) $@ endif +# hsc2hs-inplace is needed to boot in ghc/lib/std... +boot :: all + include $(TOP)/mk/target.mk -- 1.7.10.4