[project @ 2001-01-14 10:48:34 by panne]
authorpanne <unknown>
Sun, 14 Jan 2001 10:48:34 +0000 (10:48 +0000)
committerpanne <unknown>
Sun, 14 Jan 2001 10:48:34 +0000 (10:48 +0000)
After Mr. HsLibs's std/lang library re-organization we need
hsc2hs-inplace in the "make boot" stage

ghc/utils/hsc2hs/Makefile

index c77a349..371c976 100644 (file)
@@ -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