fix calling the update target for host-only builds
SVN-Revision: 14997
This commit is contained in:
parent
3616727c87
commit
0a81b47617
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ ifndef DUMP
|
||||||
compile: host-compile
|
compile: host-compile
|
||||||
install: host-install
|
install: host-install
|
||||||
clean: host-clean
|
clean: host-clean
|
||||||
|
update: host-update
|
||||||
else
|
else
|
||||||
host-compile: $(HOST_STAMP_INSTALLED)
|
host-compile: $(HOST_STAMP_INSTALLED)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue