From: simonmar Date: Tue, 30 Apr 2002 14:40:33 +0000 (+0000) Subject: [project @ 2002-04-30 14:40:33 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2083 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bd61bf060dc4f0089e8409e1b6a9628651a506c2;p=ghc-hetmet.git [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). --- 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