diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-10-28 18:49:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-10-28 18:49:08 -0700 |
commit | 680e658f58e9bf7786800668725ff59a1963b793 (patch) | |
tree | 711f96f5202c40b437dcf9adaec02c994aafc1ba /configure | |
parent | 1f9f41ef07063675b0dbf643b0bf10b9ac144880 (diff) | |
download | txr-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-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |