From: Chris Hanson Date: Sun, 15 Oct 1995 00:28:51 +0000 (+0000) Subject: Eliminate rule to generate OS/2 assembly-language file, as it is now X-Git-Tag: 20090517-FFI~5895 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=039fdd0715df0bf0a78cfdd3a90dd6ff0c82a2b8;p=mit-scheme.git Eliminate rule to generate OS/2 assembly-language file, as it is now generated during compilation. --- diff --git a/v7/src/microcode/cmpauxmd/makefile b/v7/src/microcode/cmpauxmd/makefile index fdabb4357..72bbeb31e 100644 --- a/v7/src/microcode/cmpauxmd/makefile +++ b/v7/src/microcode/cmpauxmd/makefile @@ -2,10 +2,10 @@ # Makefile for i386 PC compiled code interface files # for the MIT CScheme microcode. # -# $Id: makefile,v 1.3 1994/11/28 05:22:58 cph Exp $ +# $Id: makefile,v 1.4 1995/10/15 00:28:51 cph Exp $ # -all: i386-dos.asm i386-nt.asm i386-os2.asm +all: i386-dos.asm i386-nt.asm i386-dos.asm: i386.m4 ../s/dos.m4 rm -f i386-dos.asm @@ -14,8 +14,3 @@ i386-dos.asm: i386.m4 ../s/dos.m4 i386-nt.asm: i386.m4 ../s/nt.m4 rm -f i386-nt.asm ../s/nt.m4 i386-nt.asm - -# This rule will run on an OS/2 machine using GNU make and GNU m4. -i386-os2.asm: i386.m4 - rm -f i386-os2.asm - m4 -DOS2 < i386.m4 > i386-os2.asm