diff options
author | simonmar <unknown> | 2005-03-02 09:57:41 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-02 09:57:41 +0000 |
commit | 9492466167fd396aef8c51704ecd4d65b970d6dc (patch) | |
tree | 3f3e99c2718c742b15e049f0abc2c0a60977357c /ghc/Makefile | |
parent | 8d5f03a9c7024090a9a753800cf7a219c6640d0c (diff) | |
download | haskell-9492466167fd396aef8c51704ecd4d65b970d6dc.tar.gz |
[project @ 2005-03-02 09:57:41 by simonmar]
Clean VERSION
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index 8c83dcd479..e9cf4367af 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 |