1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

build: remove redundant call to $(SH_FUNC) (#8042)

SVN-Revision: 30818
This commit is contained in:
Felix Fietkau 2012-03-05 11:57:08 +00:00
parent 63a1a106fb
commit 74946bb022

View File

@ -50,7 +50,7 @@ endef
Build/Patch:=$(Build/Patch/Default) Build/Patch:=$(Build/Patch/Default)
ifneq ($(strip $(PKG_UNPACK)),) ifneq ($(strip $(PKG_UNPACK)),)
define Build/Prepare/Default define Build/Prepare/Default
$(SH_FUNC) $(PKG_UNPACK) $(PKG_UNPACK)
$(Build/Patch) $(Build/Patch)
endef endef
endif endif