summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-09-21 19:19:45 +0000
committerPeter Johnson <peter@tortall.net>2007-09-21 19:19:45 +0000
commita08273be3237c6b10cebeca9865e2148a33e988a (patch)
treea1dacda0e17fd92fd06e0e3f2a9e08571fe5d341
parentc19bfa0393d3916fda21d9415a2be77d219b6756 (diff)
downloadyasm-a08273be3237c6b10cebeca9865e2148a33e988a.tar.gz
Merge [1989] and [1990] from yasm-0.6.x branch: Mkfiles fixes.v0.6.20.6.2
svn path=/tags/yasm-0.6.2/; revision=1991
-rw-r--r--Mkfiles/Makefile.dj8
-rw-r--r--Mkfiles/Makefile.flat8
-rw-r--r--Mkfiles/vc/modules/modules.vcproj12
-rw-r--r--Mkfiles/vc8/modules/modules.vcproj16
4 files changed, 8 insertions, 36 deletions
diff --git a/Mkfiles/Makefile.dj b/Mkfiles/Makefile.dj
index 09f2a4ee..ef5ddabc 100644
--- a/Mkfiles/Makefile.dj
+++ b/Mkfiles/Makefile.dj
@@ -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
diff --git a/Mkfiles/Makefile.flat b/Mkfiles/Makefile.flat
index 3541a4da..a8896e11 100644
--- a/Mkfiles/Makefile.flat
+++ b/Mkfiles/Makefile.flat
@@ -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
diff --git a/Mkfiles/vc/modules/modules.vcproj b/Mkfiles/vc/modules/modules.vcproj
index 5fe66b20..4da7fe01 100644
--- a/Mkfiles/vc/modules/modules.vcproj
+++ b/Mkfiles/vc/modules/modules.vcproj
@@ -125,18 +125,6 @@
Name="arch"
Filter="">
<File
- RelativePath="..\..\..\modules\arch\lc3b\lc3barch.c">
- </File>
- <File
- RelativePath="..\..\..\modules\arch\lc3b\lc3barch.h">
- </File>
- <File
- RelativePath="..\..\..\modules\arch\lc3b\lc3bbc.c">
- </File>
- <File
- RelativePath="..\..\..\lc3bid.c">
- </File>
- <File
RelativePath="..\..\..\modules\arch\x86\x86arch.c">
</File>
<File
diff --git a/Mkfiles/vc8/modules/modules.vcproj b/Mkfiles/vc8/modules/modules.vcproj
index 38024723..b2c4a3b7 100644
--- a/Mkfiles/vc8/modules/modules.vcproj
+++ b/Mkfiles/vc8/modules/modules.vcproj
@@ -330,22 +330,6 @@
Name="arch"
>
<File
- RelativePath="..\..\..\modules\arch\lc3b\lc3barch.c"
- >
- </File>
- <File
- RelativePath="..\..\..\modules\arch\lc3b\lc3barch.h"
- >
- </File>
- <File
- RelativePath="..\..\..\modules\arch\lc3b\lc3bbc.c"
- >
- </File>
- <File
- RelativePath="..\..\..\lc3bid.c"
- >
- </File>
- <File
RelativePath="..\..\..\modules\arch\x86\x86arch.c"
>
</File>