From 8ff1bd3a225aa4d3e426113d38a3b593cbb19895 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 21 Aug 1993 04:51:36 +0000 Subject: [PATCH] Reorder to make "make all" work correctly. --- v7/src/microcode/cmpauxmd/makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 - - -- 2.25.1