From: Guillermo J. Rozas Date: Sat, 21 Aug 1993 04:51:36 +0000 (+0000) Subject: Reorder to make "make all" work correctly. X-Git-Tag: 20090517-FFI~8027 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8ff1bd3a225aa4d3e426113d38a3b593cbb19895;p=mit-scheme.git Reorder to make "make all" work correctly. --- diff --git a/v7/src/microcode/cmpauxmd/makefile b/v7/src/microcode/cmpauxmd/makefile index df54ad40c..71f6d5684 100644 --- a/v7/src/microcode/cmpauxmd/makefile +++ b/v7/src/microcode/cmpauxmd/makefile @@ -2,9 +2,11 @@ # Makefile for MS DOS and Windows NT compiled code interface files # for the MIT CScheme microcode. # -# $Id: makefile,v 1.1 1993/06/24 08:07:26 gjr Exp $ +# $Id: makefile,v 1.2 1993/08/21 04:51:36 gjr Exp $ # +all: i386-dos.asm i386-nt.asm + i386-dos.asm: i386.m4 ../s/dos.m4 rm -f i386-dos.asm ../s/dos.m4 i386-dos.asm @@ -14,7 +16,3 @@ i386-nt.asm: i386.m4 ../s/nt.m4 rm -f i386-nt.asm ../s/nt.m4 i386-nt.asm - -all: i386-dos.asm i386-nt.asm - -