From e7788a9f1b7ef8007952636ae928a95bc3506b25 Mon Sep 17 00:00:00 2001 From: "joerg@trift2." <> Date: Tue, 17 Apr 2007 14:41:07 +0200 Subject: [PATCH] Cleanup: The temporary file could be left around if nothing was excluded. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""