aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-09-26 11:31:22 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-10-16 10:49:25 +0100
commit34a0d7f60f1beca980f7b4a9516581c91380fdb3 (patch)
tree3151c2ca15d51721c71071651fa506e9d6f58a69
parentf01bd6bf93b0962e345593fa504ef91ef5e8dafe (diff)
downloadsyslinux-34a0d7f60f1beca980f7b4a9516581c91380fdb3.tar.gz
syslinux-34a0d7f60f1beca980f7b4a9516581c91380fdb3.tar.xz
syslinux-34a0d7f60f1beca980f7b4a9516581c91380fdb3.zip
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@intel.com>
-rw-r--r--com32/rosh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile
index a894c847..309dde43 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: