1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-30 00:39:47 +03:00

fix calling the update target for host-only builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14997 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-03-23 18:33:24 +00:00
parent 5f3470d6fe
commit bded6e9b33

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