From 83038bca8b282e11eda58cf685e186be21cc6bc1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 31 Oct 2010 13:49:41 +0000 Subject: add missing SH_FUNC for remaining md5s calls (#7888) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23739 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uboot-lantiq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/uboot-lantiq') diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile index 8b69fe9509..089802e427 100644 --- a/package/uboot-lantiq/Makefile +++ b/package/uboot-lantiq/Makefile @@ -22,7 +22,7 @@ PKG_TARGETS:=bin 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 -- cgit v1.2.3