From: simonmar Date: Tue, 22 May 2001 10:38:57 +0000 (+0000) Subject: [project @ 2001-05-22 10:38:57 by simonmar] X-Git-Tag: Approximately_9120_patches~1907 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=452e4fc2db6afb01ab07d18e01a94cc8d3e18da4;p=ghc-hetmet.git [project @ 2001-05-22 10:38:57 by simonmar] - Recurse on 'distclean', otherwise we don't get to remove hsc2hs-inplace - Remove 'veryclean' target which doesn't exist any more --- diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index 23a475e..3642f38 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.14 2001/03/27 16:33:17 rrt Exp $ +# $Id: Makefile,v 1.15 2001/05/22 10:38:57 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -72,7 +72,7 @@ CLEAN_FILES += $(CONFIG_HS) # don't recurse on 'make install' # ifeq "$(INSTALLING)" "1" -all clean veryclean maintainer-clean :: +all clean distclean maintainer-clean :: $(MAKE) INSTALLING=0 BIN_DIST=0 $(MFLAGS) $@ endif