build: introduce $(MKHASH)
[openwrt/staging/dedeckeh.git] / package / utils / busybox / Makefile
index 475a154fa35f8719d1b94c88eb84ff8ebbfea707..76a910361edfc8d4b63b1f200bc43d580342c950 100644 (file)
@@ -38,7 +38,7 @@ endif
 include $(INCLUDE_DIR)/package.mk
 
 ifeq ($(DUMP),)
-  STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | mkhash md5)
+  STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | $(MKHASH) md5)
 endif
 
 # All files provided by busybox will serve as fallback alternatives by opkg.