fix default targets for multiple packges

SVN-Revision: 3646
lede-17.01
Felix Fietkau 2006-04-14 03:11:20 +00:00
parent 5795d42588
commit a5992a14cb
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ $(PKG_BUILD_DIR)/.built:
$(call Build/Compile)
touch $$@
DEFAULT_TARGETS:=1
define Build/DefaultTargets
endef
endef