X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2FmkdependHS%2FMakefile;h=9d2f64f4180e94e25336bb967884489b1aa942f4;hb=167eb5b4cad9aacaf242347126af568184087d0b;hp=708d04608934d5cacd5ef316ddf6685019b7c3a4;hpb=50531e3f1cdf1b2e5db3a7400447fd6fed9b74a8;p=ghc-hetmet.git diff --git a/ghc/utils/mkdependHS/Makefile b/ghc/utils/mkdependHS/Makefile index 708d046..9d2f64f 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