Remove installation of incompatible getopt.h, closes #753, #754, #755
[openwrt.git] / Makefile
index 15074c5..fe10e07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ toolchain/%: FORCE
                echo "Prerequisite check failed. Use FORCE=1 to override."; \
                false; \
        }
-       rm -rf "$(TOPDIR)/tmp"
+       @rm -rf "$(TOPDIR)/tmp"
        @touch $@
        
 prereq: .prereq-build .prereq-packages FORCE
This page took 0.027743 seconds and 4 git commands to generate.