From 680e658f58e9bf7786800668725ff59a1963b793 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Oct 2013 18:49:08 -0700 Subject: * 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. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') 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. -- cgit v1.2.3