Always build the whole project before installing
This commit is contained in:
parent
0a11f49ba2
commit
62b1883c22
@ -2047,8 +2047,7 @@ static int _write_install(Makefile * makefile)
|
|||||||
char const * targets;
|
char const * targets;
|
||||||
|
|
||||||
targets = _makefile_get_config(makefile, NULL, "targets");
|
targets = _makefile_get_config(makefile, NULL, "targets");
|
||||||
_makefile_target(makefile, "install",
|
_makefile_target(makefile, "install", "all", NULL);
|
||||||
(targets != NULL) ? "$(TARGETS)" : NULL, NULL);
|
|
||||||
if(_makefile_get_config(makefile, NULL, "subdirs") != NULL)
|
if(_makefile_get_config(makefile, NULL, "subdirs") != NULL)
|
||||||
_makefile_subdirs(makefile, "install");
|
_makefile_subdirs(makefile, "install");
|
||||||
ret |= _install_targets(makefile);
|
ret |= _install_targets(makefile);
|
||||||
|
Loading…
Reference in New Issue
Block a user