summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-10-13 18:29:18 +0000
committerrnordier <rnordier@FreeBSD.org>1998-10-13 18:29:18 +0000
commit05e05b3c64ac43e018dc6fec7191a4721881b25d (patch)
tree1adccae9f7fe8da1fc077ccc409668b36fc45c72 /sys/boot/i386/btx
parent38a03352085d3d1112c9fd65602883d8c04e2d74 (diff)
downloadFreeBSD-src-05e05b3c64ac43e018dc6fec7191a4721881b25d.zip
FreeBSD-src-05e05b3c64ac43e018dc6fec7191a4721881b25d.tar.gz
Don't use an absolute path to objcopy.
Noticed by: Scott Mace <smace@intt.org>
Diffstat (limited to 'sys/boot/i386/btx')
-rw-r--r--sys/boot/i386/btx/btx/Makefile4
-rw-r--r--sys/boot/i386/btx/btxldr/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile
index 979ea4d..6657f6e 100644
--- a/sys/boot/i386/btx/btx/Makefile
+++ b/sys/boot/i386/btx/btx/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/09/17 23:52:04 msmith Exp $
+# $Id: Makefile,v 1.4 1998/09/25 17:14:15 peter Exp $
M4?= m4
@@ -12,7 +12,7 @@ btx: btx.o
dd if=btx.out of=${.TARGET} ibs=32 skip=1
.else
${LD} -N -e start -Ttext ${ORG} -o btx.out btx.o
- /usr/libexec/elf/objcopy -S -O binary btx.out ${.TARGET}
+ objcopy -S -O binary btx.out ${.TARGET}
.endif
btx.o: btx.m4 btx.s
diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile
index 9cecaad..9df9681 100644
--- a/sys/boot/i386/btx/btxldr/Makefile
+++ b/sys/boot/i386/btx/btxldr/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/09/17 23:52:04 msmith Exp $
+# $Id: Makefile,v 1.4 1998/09/25 17:14:15 peter Exp $
ORG=0x100000
@@ -10,7 +10,7 @@ btxldr: btxldr.o
dd if=btxldr.out of=${.TARGET} ibs=32 skip=1
.else
${LD} -N -e start -Ttext ${ORG} -o btxldr.out btxldr.o
- /usr/libexec/elf/objcopy -S -O binary btxldr.out ${.TARGET}
+ objcopy -S -O binary btxldr.out ${.TARGET}
.endif
btxldr.o: btxldr.s
OpenPOWER on IntegriCloud