summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-10-28 18:49:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-10-28 18:49:08 -0700
commit680e658f58e9bf7786800668725ff59a1963b793 (patch)
tree711f96f5202c40b437dcf9adaec02c994aafc1ba /configure
parent1f9f41ef07063675b0dbf643b0bf10b9ac144880 (diff)
downloadtxr-680e658f58e9bf7786800668725ff59a1963b793.tar.gz
txr-680e658f58e9bf7786800668725ff59a1963b793.tar.bz2
txr-680e658f58e9bf7786800668725ff59a1963b793.zip
* Makefile (clean): depends on conftest.clean
(conftest.clean): New target. * configure: Use "make conftest.clean" to clean up conftest stuff. Note that there was a bug here: brace expansion was used, but the shell is /bin/sh, so conftest.err wasn't being removed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index dece3572..7ba40efb 100755
--- a/configure
+++ b/configure
@@ -1293,8 +1293,7 @@ fi
# Clean up
#
-rm -f conftest conftest.[co] conftest.{err,syms}
-rm -f conftest2 conftest[12].[oc]
+make conftest.clean
#
# What do we have for patch management.