diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:05:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:49 +0000 |
commit | a71fcc0171f3defb75493d1a924c5cdc75190ce2 (patch) | |
tree | a5eff8b0391cf863e272154eb50178eeaa252811 | |
parent | d7b6739e0802964c22c9cfa238dea63f875c5ef9 (diff) | |
download | slibtool-a71fcc0171f3defb75493d1a924c5cdc75190ce2.tar.bz2 slibtool-a71fcc0171f3defb75493d1a924c5cdc75190ce2.tar.xz |
build system: config_failure(): remove comment (no longer needed).
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -594,12 +594,6 @@ config_failure() printf 'configure info: exiting due to an error.\n' >&3 - if [ -f Makefile ]; then - mb_error='failed to use the generated Makefile.' - printf '\n%s: error: %s\n' "${0}" "$mb_error" >&2 - mv Makefile Makefile.failed - fi - exit 2 } |