From 64c4300fc45682d71e4783c55a8397b28a3c3157 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Wed, 8 Feb 2006 03:23:13 +0000 Subject: [PATCH] Fixed distclean description --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13f452088..450545f9a 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ help: @echo Usage: @echo make - builds all modules @echo make clean - delete built modules and object files - @echo make distclean - delete all other unnecessary file for a pristine dist + @echo make distclean - clean plus deletion all other non-repository files @echo make install - install binaries into the official directories @echo make uninstall - uninstall binaries from the official directories @echo make help - prints this help