diff options
author | midipix <writeonce@midipix.org> | 2021-05-23 16:41:08 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-23 16:42:12 +0000 |
commit | 5139b99999831306627ee905558faaff323b0721 (patch) | |
tree | d1e3850fba0dec06757ab84eeb24dd79a841cc21 | |
parent | 14399acc3cdbe52cc5c4eefc8a57b2ca94fc8977 (diff) | |
download | bcparser-5139b99999831306627ee905558faaff323b0721.tar.bz2 bcparser-5139b99999831306627ee905558faaff323b0721.tar.xz |
build system: configure: support project-specific make-file templates.
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -804,6 +804,12 @@ config_custom() eval config_custom_cfgdefs "$mb_custom_cfgdefs_args" output_section_break + + if [ -f "$mb_project_dir/project/config/Makefile.in" ]; then + config_copy "$mb_project_dir/project/config/Makefile.in" + mv $mb_pwd/Makefile.tmp Makefile + fi + config_copy fi |