m68k compile fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@655 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/Makefile.target b/Makefile.target
index 08d8dfc..862961e 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -27,15 +27,14 @@
 ifndef CONFIG_SOFTMMU
 CONFIG_STATIC=y
 endif
-endif
-
-ifeq ($(ARCH), ppc)
+else
+# the system emulator using soft mmu is portable
 ifdef CONFIG_SOFTMMU
 PROGS+=$(QEMU_SYSTEM)
 endif
-endif
+endif # ARCH != i386
 
-endif
+endif # TARGET_ARCH = i386
 
 ifeq ($(TARGET_ARCH), ppc)