From 6ee158d26a9fe4b8ba30c316d37248d0248c1414 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 3 Nov 2012 23:09:23 +0100 Subject: [PATCH] ignoring mkubootimage --- tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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"