From bf9f1defa796106f00ca534f5e9d37e0471d8192 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 16 Nov 2010 18:04:11 +0000 Subject: [PATCH] Disable custom targets on platforms other than i386-pc. --- Makefile.core.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.core.common b/Makefile.core.common index 4c37383..821c9e7 100644 --- a/Makefile.core.common +++ b/Makefile.core.common @@ -1,3 +1,4 @@ +if COND_i386_pc # Compatibility symlink. noinst_PROGRAMS += g2hdr.bin g2hdr.bin: g2hdr.img @@ -27,3 +28,4 @@ noinst_PROGRAMS += g2ldr.mbr g2ldr.mbr: grubinst ./grubinst --grub2 -o $@ CLEANFILES += g2ldr.mbr +endif -- 2.11.4.GIT