diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:05:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:47 +0000 |
commit | 433e89485d790e578302e387d59878a8df18cb8a (patch) | |
tree | 9ac23e9eb703928b863a73c996a856c46b102ce6 /configure | |
parent | 35a9f8cf0a440e54187528f786a4dccd75054c02 (diff) | |
download | ntcon-433e89485d790e578302e387d59878a8df18cb8a.tar.bz2 ntcon-433e89485d790e578302e387d59878a8df18cb8a.tar.xz |
build system: config_failure(): remove comment (no longer needed).
Diffstat (limited to 'configure')
-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 } |