diff options
author | panne <unknown> | 2003-10-17 17:52:33 +0000 |
---|---|---|
committer | panne <unknown> | 2003-10-17 17:52:33 +0000 |
commit | e0098b9d0117dc28ee87fd19b9bc8fedfde37223 (patch) | |
tree | 8d4cd6cb011a97d427b48ed67c1b7d5b2f97e95b /ghc/Makefile | |
parent | f1402e2c90346820f36b63b64f4ec24f34d5718c (diff) | |
download | haskell-e0098b9d0117dc28ee87fd19b9bc8fedfde37223.tar.gz |
[project @ 2003-10-17 17:52:33 by panne]
Add config.cache to DIST_CLEAN_FILES and remove autom4te.cache subdir
for every clean* target
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index ee14beb43d..6005c1ead6 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.22 2003/03/31 12:23:41 simonmar Exp $ +# $Id: Makefile,v 1.23 2003/10/17 17:52:33 panne Exp $ # TOP=. @@ -37,7 +37,10 @@ endif SRC_DIST_FILES += configure -DIST_CLEAN_FILES += ghc.spec config.status +DIST_CLEAN_FILES += config.cache config.status ghc.spec + +extraclean:: + $(RM) -rf autom4te.cache ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" # These files need to be in the InstallShield |