From b67df8ba73eca4483f8e672e7af11370d1cb2b70 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 22 Apr 2005 15:53:24 +0000 Subject: [PATCH] no man yet --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) $@ -- 2.44.0