From 452e4fc2db6afb01ab07d18e01a94cc8d3e18da4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 22 May 2001 10:38:57 +0000 Subject: [PATCH] [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 --- ghc/utils/hsc2hs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4