diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile
index e3d90761180b537140289e88299c1f9dc4234cc0..3edb272d23afb90dcd367f412655299acac93122 100644
--- a/ghc/driver/Makefile
+++ b/ghc/driver/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.29 2000/04/21 18:07:46 panne Exp $
+# $Id: Makefile,v 1.30 2000/04/27 11:04:37 simonmar Exp $
 
 # We create two driver scripts: 
 #	- one to run in-place in the build tree for building libraries
@@ -65,7 +65,7 @@ SCRIPT_SUBST_VARS := \
 ifeq "$(BIN_DIST)" "1"
 SCRIPT_PREFIX_FILES=prefix.txt
 else
-SCRIPT_SUBST_VARS += libdir libexecdir datadir bindir TMPDIR TOP_PWD
+SCRIPT_SUBST_VARS += libdir includedir libexecdir datadir bindir TMPDIR TOP_PWD
 endif
 
 all :: $(DYN_LOADABLE_BITS)
@@ -73,7 +73,7 @@ all :: $(DYN_LOADABLE_BITS)
 # don't recurse on 'make install'
 #
 ifeq "$(INSTALLING)" "1"
-all clean veryclean maintainer-clean ::
+all clean distclean mostlyclean maintainer-clean ::
 	$(MAKE) INSTALLING=0 BIN_DIST=0 $(MFLAGS) $@
 endif
 
diff --git a/ghc/utils/mkdependHS/Makefile b/ghc/utils/mkdependHS/Makefile
index 708d04608934d5cacd5ef316ddf6685019b7c3a4..9d2f64f4180e94e25336bb967884489b1aa942f4 100644
--- a/ghc/utils/mkdependHS/Makefile
+++ b/ghc/utils/mkdependHS/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.20 1999/12/08 09:48:33 simonmar Exp $
+# $Id: Makefile,v 1.21 2000/04/27 11:04:37 simonmar Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
@@ -38,7 +38,7 @@ endif
 # don't recurse on 'make install'
 #
 ifeq "$(INSTALLING)" "1"
-all clean veryclean maintainer-clean ::
+all clean distclean mostlyclean maintainer-clean ::
 	$(MAKE) INSTALLING=0 BIN_DIST=0 $(MFLAGS) $@
 endif
 
diff --git a/ghc/utils/prof/Makefile b/ghc/utils/prof/Makefile
index 6cf76c6a494a3bec3747de6549ec4cfbfd408541..81916a1e38c6b3cd48f6064b575a344087984cc4 100644
--- a/ghc/utils/prof/Makefile
+++ b/ghc/utils/prof/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.3 2000/04/18 11:31:56 panne Exp $
+# $Id: Makefile,v 1.4 2000/04/27 11:04:36 simonmar Exp $
 #
 # (c) The GHC Team, 2000
 #
@@ -35,7 +35,7 @@ endif
 # don't recurse on 'make install'
 #
 ifeq "$(INSTALLING)" "1"
-all clean veryclean maintainer-clean ::
+all clean distclean mostlyclean maintainer-clean ::
 	$(MAKE) INSTALLING=0 BIN_DIST=0 $(MFLAGS) $@
 endif