1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 07:09:46 +02:00

fix calling the update target for host-only builds

SVN-Revision: 14997
This commit is contained in:
Felix Fietkau 2009-03-23 18:33:24 +00:00
parent 3616727c87
commit 0a81b47617

View File

@ -128,6 +128,7 @@ ifndef DUMP
compile: host-compile
install: host-install
clean: host-clean
update: host-update
else
host-compile: $(HOST_STAMP_INSTALLED)
endif