Browse Source

busybox: fix configured stampfile name - add $(SH_FUNC) for md5s

SVN-Revision: 23600
Felix Fietkau 15 years ago
parent
commit
b6d0865e7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/Makefile

+ 1 - 1
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 :=