summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-23 23:39:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-23 23:39:19 +0000
commitb6d0865e7fbdc419ee71318c73d26c0a7fa93f5e (patch)
treeeec59f90dce044006e2521cbe8b939854fb532b8 /package/busybox/Makefile
parenta46c332411bcfa9daf71ec6edd7d1bf8dbb38a74 (diff)
downloadmaster-31e0f0ae-b6d0865e7fbdc419ee71318c73d26c0a7fa93f5e.tar.gz
master-31e0f0ae-b6d0865e7fbdc419ee71318c73d26c0a7fa93f5e.tar.bz2
master-31e0f0ae-b6d0865e7fbdc419ee71318c73d26c0a7fa93f5e.zip
busybox: fix configured stampfile name - add $(SH_FUNC) for md5s
SVN-Revision: 23600
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
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 :=