From bd61bf060dc4f0089e8409e1b6a9628651a506c2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 30 Apr 2002 14:40:33 +0000 Subject: [PATCH] [project @ 2002-04-30 14:40:33 by simonmar] hsc2hs isn't needed for 'make boot' any more (we do 'make boot all' in fptools/ghc before booting fptools/libraries). --- ghc/utils/hsc2hs/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index ce890ca..c8fa96e 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.31 2002/04/30 14:19:56 simonmar Exp $ +# $Id: Makefile,v 1.32 2002/04/30 14:40:33 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -94,6 +94,7 @@ else endif @echo done. +# ----------------------------------------------------------------------------- # don't recurse on 'make install' # ifeq "$(INSTALLING)" "1" @@ -105,8 +106,3 @@ clean distclean maintainer-clean :: endif include $(TOP)/mk/target.mk - -# hsc2hs-inplace is needed to boot in ghc/lib/std... -ifneq "$(BootingFromHc)" "YES" -boot :: all -endif -- 1.7.10.4