diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:05:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:46 +0000 |
commit | b4c595843f2a2a509f2e237cd69fc33764fe39c7 (patch) | |
tree | 42f644cee1ff81ae3099a058ac1816cd8321d81c | |
parent | 9bde385a5706c2b047a7329d9666586613c7f49c (diff) | |
download | bcparser-b4c595843f2a2a509f2e237cd69fc33764fe39c7.tar.bz2 bcparser-b4c595843f2a2a509f2e237cd69fc33764fe39c7.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 } |