Merge [1988] from trunk: Mkfiles fixes.

svn path=/branches/yasm-0.6.x/; revision=1989
diff --git a/Mkfiles/Makefile.dj b/Mkfiles/Makefile.dj
index 09f2a4e..ef5ddab 100644
--- a/Mkfiles/Makefile.dj
+++ b/Mkfiles/Makefile.dj
@@ -182,16 +182,16 @@
 	-python modules/arch/x86/gen_x86_insn.py
 
 x86insn_nasm.c: x86insn_nasm.gperf genperf
-	./genperf x86insn_nasm.gperf > $@
+	./genperf x86insn_nasm.gperf $@
 
 x86insn_gas.c: x86insn_gas.gperf genperf
-	./genperf x86insn_gas.gperf > $@
+	./genperf x86insn_gas.gperf $@
 
 x86cpu.c: modules/arch/x86/x86cpu.gperf genperf
-	./genperf modules/arch/x86/x86cpu.gperf > $@
+	./genperf modules/arch/x86/x86cpu.gperf $@
 
 x86regtmod.c: modules/arch/x86/x86regtmod.gperf genperf
-	./genperf modules/arch/x86/x86regtmod.gperf > $@
+	./genperf modules/arch/x86/x86regtmod.gperf $@
 
 modules/arch/x86/x86id.c: x86insn_nasm.c x86insn_gas.c x86insns.c
 
diff --git a/Mkfiles/Makefile.flat b/Mkfiles/Makefile.flat
index 3541a4d..a8896e1 100644
--- a/Mkfiles/Makefile.flat
+++ b/Mkfiles/Makefile.flat
@@ -185,16 +185,16 @@
 	-python modules/arch/x86/gen_x86_insn.py
 
 x86insn_nasm.c: x86insn_nasm.gperf genperf
-	./genperf x86insn_nasm.gperf > $@
+	./genperf x86insn_nasm.gperf $@
 
 x86insn_gas.c: x86insn_gas.gperf genperf
-	./genperf x86insn_gas.gperf > $@
+	./genperf x86insn_gas.gperf $@
 
 x86cpu.c: modules/arch/x86/x86cpu.gperf genperf
-	./genperf modules/arch/x86/x86cpu.gperf > $@
+	./genperf modules/arch/x86/x86cpu.gperf $@
 
 x86regtmod.c: modules/arch/x86/x86regtmod.gperf genperf
-	./genperf modules/arch/x86/x86regtmod.gperf > $@
+	./genperf modules/arch/x86/x86regtmod.gperf $@
 
 modules/arch/x86/x86id.c: x86insn_nasm.c x86insn_gas.c x86insns.c