]> Zhao Yanbai Git Server - minix.git/commitdiff
ignoring mkubootimage
authorLionel Sambuc <lionel.sambuc@gmail.com>
Sat, 3 Nov 2012 22:09:23 +0000 (23:09 +0100)
committerLionel Sambuc <lionel@minix3.org>
Thu, 15 Nov 2012 15:07:30 +0000 (16:07 +0100)
tools/Makefile

index 4ac6d3acb1955e8b474afe29e89561bb31857e80..aaf7680043b886fb2d406586c688e35115231fd0 100644 (file)
@@ -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"