diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 04:18:00 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 04:27:02 -0500 |
commit | 1514cb6213d3ec231a447b0e1b2c6ab87307a492 (patch) | |
tree | 0bfb0d2f8ff959b18139ddbc164937bf747e34c0 | |
parent | 5e509199fd8d36b8e4d96dc19d583fa65eadd000 (diff) | |
download | ptycon-1514cb6213d3ec231a447b0e1b2c6ab87307a492.tar.bz2 ptycon-1514cb6213d3ec231a447b0e1b2c6ab87307a492.tar.xz |
build system: configure: re-generate Makefile.tmp after the ccenv step.
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -413,6 +413,8 @@ config_ccenv() ccenv_set_host_variables ccenv_set_native_variables + + config_copy } config_custom() |