From: Felix Fietkau Date: Mon, 5 Mar 2012 11:57:08 +0000 (+0000) Subject: build: remove redundant call to $(SH_FUNC) (#8042) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=12ec2ad963e88baf9863096dd7c857b8d717e75c;p=15.05%2Fopenwrt.git build: remove redundant call to $(SH_FUNC) (#8042) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30818 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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