diff --git a/Makefile b/Makefile index 092b7a69e..650714608 100755 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ commands: @echo "Are the libraries up to date?"; sleep 2 test ! -f commands/Makefile || { cd commands && $(MAKE); } -install: +install:: test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } clean:: @@ -47,5 +47,5 @@ all install clean:: cd boot && $(MAKE) $@ test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } cd tools && $(MAKE) $@ - cd man && $(MAKE) $@ + #cd man && $(MAKE) $@