diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-23 23:39:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-23 23:39:19 +0000 |
commit | e3eb77a40bdb5f8cfbff842510157571be48859f (patch) | |
tree | c9fc9f69fe335a0b0a60983489f61528c44420eb /package/busybox/Makefile | |
parent | b935c0d30f4b95d4daac3e877a95f4376656ae02 (diff) | |
download | master-187ad058-e3eb77a40bdb5f8cfbff842510157571be48859f.tar.gz master-187ad058-e3eb77a40bdb5f8cfbff842510157571be48859f.tar.bz2 master-187ad058-e3eb77a40bdb5f8cfbff842510157571be48859f.zip |
busybox: fix configured stampfile name - add $(SH_FUNC) for md5s
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
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 := |