From c19c68ab7d232933be7ca9d1c2728d960eb35213 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 21 Sep 2007 19:15:48 +0000 Subject: [PATCH] Bring flat and DJGPP Mkfiles up to date with [1939]. svn path=/trunk/yasm/; revision=1988 --- Mkfiles/Makefile.dj | 8 ++++---- Mkfiles/Makefile.flat | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Mkfiles/Makefile.dj b/Mkfiles/Makefile.dj index ffb48fec..56afb281 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 b138e4b6..2dd1b56b 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 -- 2.40.0