]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - Makefile
tc: util: constrain percentage in 0-100 interval
[mirror_iproute2.git] / Makefile
index 6c35e7c28e81339bd3decdb40b934cc2ef040654..a3cc88f1aed28b27cda49c75b89b5ee334c503c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,8 @@ clobber:
 distclean: clobber
 
 check: all
-       cd testsuite && $(MAKE) && $(MAKE) alltests
+       $(MAKE) -C testsuite
+       $(MAKE) -C testsuite alltests
        @if command -v man >/dev/null 2>&1; then \
                echo "Checking manpages for syntax errors..."; \
                $(MAKE) -C man check; \