[project @ 2002-04-30 14:40:33 by simonmar]
authorsimonmar <unknown>
Tue, 30 Apr 2002 14:40:33 +0000 (14:40 +0000)
committersimonmar <unknown>
Tue, 30 Apr 2002 14:40:33 +0000 (14:40 +0000)
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

index ce890ca..c8fa96e 100644 (file)
@@ -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