From: Lionel Sambuc Date: Sat, 3 Nov 2012 22:09:23 +0000 (+0100) Subject: ignoring mkubootimage X-Git-Tag: v3.2.1~216 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=6ee158d26a9fe4b8ba30c316d37248d0248c1414;p=minix.git ignoring mkubootimage --- diff --git a/tools/Makefile b/tools/Makefile index 4ac6d3acb..aaf768004 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -149,10 +149,12 @@ SUBDIR+= amiga-txlt SUBDIR+= hp300-mkboot .endif +.if !defined(__MINIX) .if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \ ${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint" SUBDIR+= mkubootimage .endif +.endif # !defined(__MINIX) check_MKTOOLS: .PHONY .NOTMAIN .if ${MKTOOLS:Uyes} == "no"