diff options
author | simonmar <unknown> | 2005-03-02 14:09:26 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-02 14:09:26 +0000 |
commit | d012e94773452e41592cddfa1aee804a7b9e4ba8 (patch) | |
tree | 6f255fdf992ce59c27e38af64de00369443ab9f2 /ghc/Makefile | |
parent | 027587234cb35e5c9d9ace090c2fe8d1d8df93f4 (diff) | |
download | haskell-d012e94773452e41592cddfa1aee804a7b9e4ba8.tar.gz |
[project @ 2005-03-02 14:09:26 by simonmar]
wibbles to cleaning
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index 9da1ed1b9e..552d050363 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 |