From 9492466167fd396aef8c51704ecd4d65b970d6dc Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 2 Mar 2005 09:57:41 +0000 Subject: [PATCH] [project @ 2005-03-02 09:57:41 by simonmar] Clean VERSION --- ghc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/Makefile b/ghc/Makefile index 8c83dcd..e9cf436 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.26 2004/11/11 09:36:55 simonmar Exp $ +# $Id: Makefile,v 1.27 2005/03/02 09:57:41 simonmar Exp $ # TOP=. @@ -38,7 +38,7 @@ endif SRC_DIST_FILES += configure -DIST_CLEAN_FILES += config.cache config.status ghc.spec +DIST_CLEAN_FILES += VERSION config.cache config.status ghc.spec extraclean:: $(RM) -rf autom4te.cache -- 1.7.10.4