[project @ 2001-05-22 10:38:57 by simonmar]
authorsimonmar <unknown>
Tue, 22 May 2001 10:38:57 +0000 (10:38 +0000)
committersimonmar <unknown>
Tue, 22 May 2001 10:38:57 +0000 (10:38 +0000)
- 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

index 23a475e..3642f38 100644 (file)
@@ -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