From 167eb5b4cad9aacaf242347126af568184087d0b Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Thu, 27 Apr 2000 11:04:37 +0000
Subject: [PATCH] [project @ 2000-04-27 11:04:36 by simonmar] remove
 'veryclean' target.

---
 ghc/driver/Makefile           | 6 +++---
 ghc/utils/mkdependHS/Makefile | 4 ++--
 ghc/utils/prof/Makefile       | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile
index e3d90761180b..3edb272d23af 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 708d04608934..9d2f64f4180e 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 6cf76c6a494a..81916a1e38c6 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
 
-- 
GitLab