diff options
author | qrczak <unknown> | 2001-04-27 03:11:25 +0000 |
---|---|---|
committer | qrczak <unknown> | 2001-04-27 03:11:25 +0000 |
commit | c37f406cfd4c4e70519238e2c7b8321f213b7530 (patch) | |
tree | b91b0f762524c715214c87908e38c4cb012f08d1 /ghc/Makefile | |
parent | 11b6ed82b7e80125bd66c8d99b82270b81daa553 (diff) | |
download | haskell-c37f406cfd4c4e70519238e2c7b8321f213b7530.tar.gz |
[project @ 2001-04-27 03:11:25 by qrczak]
Don't delete ghc/configure on maintainer-clean.
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index d315ae0cbd..1c8ec965e0 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.16 2001/04/24 13:24:45 simonmar Exp $ +# $Id: Makefile,v 1.17 2001/04/27 03:11:25 qrczak Exp $ # TOP=. @@ -38,6 +38,5 @@ endif SRC_DIST_FILES += configure DIST_CLEAN_FILES += ghc.spec config.status -MAINTAINER_CLEAN_FILES += configure include $(TOP)/mk/target.mk |