From d012e94773452e41592cddfa1aee804a7b9e4ba8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 2 Mar 2005 14:09:26 +0000 Subject: [PATCH] [project @ 2005-03-02 14:09:26 by simonmar] wibbles to cleaning --- ghc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc/Makefile b/ghc/Makefile index 9da1ed1..552d050 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.28 2005/03/02 10:00:36 simonmar Exp $ +# $Id: Makefile,v 1.29 2005/03/02 14:09:26 simonmar Exp $ # TOP=. @@ -40,7 +40,9 @@ SRC_DIST_FILES += configure # Clean everything created by configure: DIST_CLEAN_FILES += VERSION config.cache config.status ghc.spec \ - mk/version.mk mk/config.mk docs/users_guide/ug-book.xml + docs/users_guide/ug-book.xml + +LATE_DIST_CLEAN_FILES += mk/version.mk mk/config.mk extraclean:: $(RM) -rf autom4te.cache -- 1.7.10.4