After Mr. HsLibs's std/lang library re-organization we need
hsc2hs-inplace in the "make boot" stage
# -----------------------------------------------------------------------------
-# $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
$(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