Fix path to sio.s

This commit is contained in:
Robert Nordier 1998-10-15 22:08:13 +00:00
parent 43c6fba4f6
commit 67ac585edf
2 changed files with 4 additions and 4 deletions

View File

@ -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} \

View File

@ -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} \