[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / tools / Makefile
index 48cfbbc..87a2940 100644 (file)
@@ -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 \
This page took 0.03549 seconds and 4 git commands to generate.