From e6076e2c95a76afc3e22bc1c13161de8ee691488 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 24 Jul 2006 13:27:17 +0000 Subject: [PATCH] Don't give an error message for usage. --- commands/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/Makefile b/commands/Makefile index 12652e438..02b7dff17 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -17,7 +17,6 @@ usage: @echo " " @echo "big compiles the commands the require large compiler sizes." @echo "small compiles the rest. all compiles all." - @false all: big small @@ -27,13 +26,12 @@ big: binsizes big cd zmodem && make cd $(BZIP2) && /bin/sh build build - cd $(FLEX) && /bin/sh build build binsizes normal biginstall: big cd zmodem && make install cd $(BZIP2) && make install - cd $(FLEX) && make install + cd $(FLEX) && sh build clean:: cd $(BZIP2) && make clean -- 2.44.0