From ba71c3ac0052c75f3cc9ee499597646f77703ca1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 17 Jul 2012 11:28:30 +0000 Subject: tools: prefer gmd5sum if present SVN-Revision: 32761 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 0ecd2a3..881fdb2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -118,7 +118,7 @@ $(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared fi $(eval $(call PrepareCommand,find,gfind find)) -$(eval $(call PrepareCommand,md5sum,md5sum $(SCRIPT_DIR)/md5sum)) +$(eval $(call PrepareCommand,md5sum,gmd5sum md5sum $(SCRIPT_DIR)/md5sum)) $(eval $(call PrepareCommand,cp,gcp cp)) $(eval $(call PrepareCommand,seq,gseq seq)) $(eval $(call PrepareCommand,python,python2 python)) -- cgit v1.1