summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjoerg@trift2. <>2007-04-17 14:41:07 +0200
committerjoerg@trift2. <>2007-04-17 14:41:07 +0200
commite7788a9f1b7ef8007952636ae928a95bc3506b25 (patch)
treebb49674018b9a9c49208d4ad0253076270f7f968 /configure.in
parent8437fd62b2da4a7aff965a65481e1ef59c70ad36 (diff)
downloadmariadb-git-e7788a9f1b7ef8007952636ae928a95bc3506b25.tar.gz
Cleanup: The temporary file could be left around if nothing was excluded.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 76352b06d62..0c2d20e3feb 100644
--- a/configure.in
+++ b/configure.in
@@ -2554,7 +2554,7 @@ then
man_dirs="man"
man1_files=`echo $man1_files`
man8_files=`echo $man8_files`
- rm -f $MANLISTFIL
+ rm -f $MANLISTFIL $TMPLISTFIL
else
man_dirs=""
man1_files=""