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
1 changed files with 1 additions and 1 deletions

View File

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