From: Felix Fietkau Date: Sat, 23 Oct 2010 23:39:19 +0000 (+0000) Subject: busybox: fix configured stampfile name - add $(SH_FUNC) for md5s X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6d0865e7fbdc419ee71318c73d26c0a7fa93f5e;p=librecmc%2Flibrecmc.git busybox: fix configured stampfile name - add $(SH_FUNC) for md5s SVN-Revision: 23600 --- diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 2ac67098f7..c61e3f4781 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -21,7 +21,7 @@ PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk ifeq ($(DUMP),) - STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | md5s) + STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | md5s) endif init-y :=