summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-10-15 22:08:13 +0000
committerrnordier <rnordier@FreeBSD.org>1998-10-15 22:08:13 +0000
commit764f911a88703af93c693371840bd3924f1969ac (patch)
tree04dfa50ca94a2efa586cc0bf9b06c94dc51adb2d /sys/boot/i386/gptboot
parent8d976b1320ae50a2fff765694a55ae99b3f3e231 (diff)
downloadFreeBSD-src-764f911a88703af93c693371840bd3924f1969ac.zip
FreeBSD-src-764f911a88703af93c693371840bd3924f1969ac.tar.gz
Fix path to sio.s
Diffstat (limited to 'sys/boot/i386/gptboot')
-rw-r--r--sys/boot/i386/gptboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 58cd9db..e36df60 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} \
OpenPOWER on IntegriCloud