From: Felix Fietkau Date: Mon, 5 Mar 2012 11:57:08 +0000 (+0000) Subject: build: remove redundant call to $(SH_FUNC) (#8042) X-Git-Tag: reboot~14647 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=74946bb022331ea8717e33f6abe049968a20cb3c;p=openwrt%2Fopenwrt.git build: remove redundant call to $(SH_FUNC) (#8042) SVN-Revision: 30818 --- diff --git a/include/package-defaults.mk b/include/package-defaults.mk index 3068d2b69b..75442925f1 100644 --- a/include/package-defaults.mk +++ b/include/package-defaults.mk @@ -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