1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-10 00:36:24 +02:00

correct arguments to Build/Prepare/Default

SVN-Revision: 4802
This commit is contained in:
Mike Baker 2006-09-18 21:56:07 +00:00
parent 0a46af45c5
commit c50b37ed34

View File

@ -267,7 +267,7 @@ ifneq ($(strip $(PKG_CAT)),)
endif
define Build/Prepare
$(call Build/Prepare/Default)
$(call Build/Prepare/Default,)
endef
define Build/Configure/Default