From ff1aaf65e75da9f4f4d67b2c654ace1e51f25da0 Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 29 Sep 2007 21:18:26 +0000 Subject: [PATCH] Update tarbin rule. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3275 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c7af334131..070b258865 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,8 @@ tarbin: $(bindir)/qemu-system-mips64 \ $(bindir)/qemu-system-mips64el \ $(bindir)/qemu-system-arm \ + $(bindir)/qemu-system-m68k \ + $(bindir)/qemu-system-sh4 \ $(bindir)/qemu-i386 \ $(bindir)/qemu-arm \ $(bindir)/qemu-armeb \ @@ -153,6 +155,8 @@ tarbin: $(bindir)/qemu-mips \ $(bindir)/qemu-mipsel \ $(bindir)/qemu-alpha \ + $(bindir)/qemu-m68k \ + $(bindir)/qemu-sh4 \ $(bindir)/qemu-img \ $(datadir)/bios.bin \ $(datadir)/vgabios.bin \