X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bdd85a2ede796789cc19239466d5e3b06f329dc7..1f5043d5ac8cd5cc89d1511b0545a2a17775f3a6:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 48cfbbcc5..87a2940d0 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -102,6 +102,7 @@ endef endif $(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared + @rm -f $@ @if stat --version > /dev/null 2>&1; then \ ln -s `which stat` $@; \ elif gstat --version > /dev/null 2>&1; then \