[project @ 2000-04-27 11:04:36 by simonmar]
[ghc-hetmet.git] / ghc / utils / mkdependHS / Makefile
index 708d046..9d2f64f 100644 (file)
@@ -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