]> granicus.if.org Git - yasm/commitdiff
Merge [1988] from trunk: Mkfiles fixes.
authorPeter Johnson <peter@tortall.net>
Fri, 21 Sep 2007 19:16:38 +0000 (19:16 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 21 Sep 2007 19:16:38 +0000 (19:16 -0000)
svn path=/branches/yasm-0.6.x/; revision=1989

Mkfiles/Makefile.dj
Mkfiles/Makefile.flat

index 09f2a4ee55944c533c5e3fca61592391c6e29580..ef5ddabcc302771a3e4141f9ae9df35024c2b08d 100644 (file)
@@ -182,16 +182,16 @@ x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: modules/arch/x86/gen_x86_insn.p
        -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
 
index 3541a4dad2d5f656c2f016aabb7fdd1d99fd0302..a8896e11d41a06b7c2fccaf7a69c220fb56cc219 100644 (file)
@@ -185,16 +185,16 @@ x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: modules/arch/x86/gen_x86_insn.p
        -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