From 7e8e629fd62984ffcef028242c7da63f5f4bcc0c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 2 Mar 2005 10:00:36 +0000 Subject: [PATCH] [project @ 2005-03-02 10:00:36 by simonmar] Clean a few more things created by configure --- ghc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc/Makefile b/ghc/Makefile index e9cf436..9da1ed1 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.27 2005/03/02 09:57:41 simonmar Exp $ +# $Id: Makefile,v 1.28 2005/03/02 10:00:36 simonmar Exp $ # TOP=. @@ -38,7 +38,9 @@ endif SRC_DIST_FILES += configure -DIST_CLEAN_FILES += VERSION config.cache config.status ghc.spec +# 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 extraclean:: $(RM) -rf autom4te.cache -- 1.7.10.4