From 3d14a11eddc3ed3059d0fd921c4ae9bcaa6b75f3 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 3 Sep 2008 10:27:25 +0000 Subject: fix recursive symlink issue git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12508 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index f21b5a582..e15f061a4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -38,7 +38,7 @@ $(STAGING_DIR_HOST)/bin/md5sum: $(STAGING_DIR)/.prepared fi $(STAGING_DIR_HOST)/bin/find: $(STAGING_DIR)/.prepared - [ -x "$(FIND)" ] && ln -sf "$(FIND)" $@ + [ -x "$(FIND)" -a "$(FIND)" != "$@" ] && ln -sf "$(FIND)" $@ $(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum) -- cgit v1.2.3