diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 04:18:00 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 04:27:01 -0500 |
commit | f64fbb86df58a58d0076e0f29248583137b71b4f (patch) | |
tree | d00b4c072d52901cfbf27c316f72856c6da19157 | |
parent | b3a29a364cddd7c105faa3bf382f65e01c899268 (diff) | |
download | ntux-f64fbb86df58a58d0076e0f29248583137b71b4f.tar.bz2 ntux-f64fbb86df58a58d0076e0f29248583137b71b4f.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() |