add missing SH_FUNC for remaining md5s calls (#7888)
[openwrt/svn-archive/archive.git] / package / uboot-lantiq / Makefile
index 8b69fe95092c9bbd237d05dc6f959528874b13e3..089802e42723e49cff14e193a34eb4211e2927cd 100644 (file)
@@ -22,7 +22,7 @@ PKG_TARGETS:=bin
 include $(INCLUDE_DIR)/package.mk
 
 ifeq ($(DUMP),)
 include $(INCLUDE_DIR)/package.mk
 
 ifeq ($(DUMP),)
-  STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_UBOOT_' $(TOPDIR)/.config | md5s)
+  STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep '^CONFIG_UBOOT_' $(TOPDIR)/.config | md5s)
 endif
 
 define Package/uboot-lantiq
 endif
 
 define Package/uboot-lantiq