diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 58cd9dbd5651..e36df60f2a9b 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/10/14 01:53:56 rnordier Exp $ +# $Id: Makefile,v 1.6 1998/10/15 20:04:21 rnordier Exp $ PROG= boot2 NOMAN= @@ -58,7 +58,7 @@ boot2.out: boot2.o sio.o ${BTX}/lib/crt0.o boot2.o sio.o sio.o: sio.s - ${AS} ${AFLAGS} -o ${.TARGET} sio.s + ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC} install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 58cd9dbd5651..e36df60f2a9b 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1998/10/14 01:53:56 rnordier Exp $ +# $Id: Makefile,v 1.6 1998/10/15 20:04:21 rnordier Exp $ PROG= boot2 NOMAN= @@ -58,7 +58,7 @@ boot2.out: boot2.o sio.o ${BTX}/lib/crt0.o boot2.o sio.o sio.o: sio.s - ${AS} ${AFLAGS} -o ${.TARGET} sio.s + ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC} install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \