[syslinux:firmware] rosh: Update default make target

syslinux-bot for Matt Fleming matt.fleming at intel.com
Fri Nov 9 09:06:29 PST 2012


Commit-ID:  34a0d7f60f1beca980f7b4a9516581c91380fdb3
Gitweb:     http://www.syslinux.org/commit/34a0d7f60f1beca980f7b4a9516581c91380fdb3
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Wed, 26 Sep 2012 11:31:22 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Tue, 16 Oct 2012 10:49:25 +0100

rosh: Update default make target

Put the 'all' target first so that rosh.c32 is built by default.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 com32/rosh/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile
index a894c84..309dde4 100644
--- a/com32/rosh/Makefile
+++ b/com32/rosh/Makefile
@@ -36,12 +36,12 @@ endif
 CFLAGS		+= -DDATE='"$(DATE)"'
 LNXCFLAGS	+= -DDATE='"$(DATE)"'
 
+all:	rosh.c32
+
 rosh.o:	rosh.h
 
 rosh.lo:	rosh.h
 
-all:	rosh.c32
-
 allgrc:	rosh.c32 rosh.lnx
 
 tidy dist:


More information about the Syslinux-commits mailing list