diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2009-04-15 21:42:14 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-15 21:42:14 -0700 |
| commit | 9dfb9e7bec36c83a371ca9a3066a6711b5f698ba (patch) | |
| tree | 55e77f2420bd2d15cec21805e8a6ab9f6875f3d2 | |
| parent | d7def78fd87302cdb75a6b46752191030be8a75b (diff) | |
| download | syslinux-3.75.tar.gz | |
rosh: don't compile rosh.lnx by defaultsyslinux-3.75
Don't compile rosh.lnx by default. It causes unnecessary dependencies
on the host system.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| -rw-r--r-- | com32/rosh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
