From 9dfb9e7bec36c83a371ca9a3066a6711b5f698ba Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 15 Apr 2009 21:42:14 -0700 Subject: [PATCH] rosh: don't compile rosh.lnx by default Don't compile rosh.lnx by default. It causes unnecessary dependencies on the host system. Signed-off-by: H. Peter Anvin --- com32/rosh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile index 3895cd89..7bf5059c 100644 --- a/com32/rosh/Makefile +++ b/com32/rosh/Makefile @@ -21,7 +21,7 @@ rosh.o: rosh.h rosh.lo: rosh.h -all: rosh.lnx rosh.c32 +all: rosh.c32 tidy dist: rm -f *.o *.lo *.a *.lst *.elf .*.d *.tmp -- 2.11.4.GIT