diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 04:18:00 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 04:48:49 -0500 |
commit | 3a3fb5b8259a04c987f30caab8aac3d210f10a6c (patch) | |
tree | d11e9dad08039482b8f7bc68502b06e47b54bd58 | |
parent | 308fbf48a54cfe59b3fea4061aa4ce962efd7615 (diff) | |
download | sbpython2-3a3fb5b8259a04c987f30caab8aac3d210f10a6c.tar.bz2 sbpython2-3a3fb5b8259a04c987f30caab8aac3d210f10a6c.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() |