From: H. Peter Anvin Date: Thu, 16 Apr 2009 04:42:14 +0000 (-0700) Subject: rosh: don't compile rosh.lnx by default X-Git-Tag: syslinux-3.75^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dfb9e7bec36c83a371ca9a3066a6711b5f698ba;p=platform%2Fupstream%2Fsyslinux.git 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 --- diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile index 3895cd8..7bf5059 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