diff options
author | nyan <nyan@FreeBSD.org> | 2007-04-07 13:37:45 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2007-04-07 13:37:45 +0000 |
commit | 6125565daf7aeff86d93c4010b1c1d979650f2e7 (patch) | |
tree | dffa72722f3041f8d706304d39ec3c3bd8329263 /sys | |
parent | 8459af41ec526902f2e1bb9839fc9ea6a14fc70f (diff) | |
download | FreeBSD-src-6125565daf7aeff86d93c4010b1c1d979650f2e7.zip FreeBSD-src-6125565daf7aeff86d93c4010b1c1d979650f2e7.tar.gz |
Fix build.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/pc98/boot0.5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot0.5/Makefile b/sys/boot/pc98/boot0.5/Makefile index 51eebe0..8df5219 100644 --- a/sys/boot/pc98/boot0.5/Makefile +++ b/sys/boot/pc98/boot0.5/Makefile @@ -14,7 +14,7 @@ BOOT= boot0.5 # unless you are glutton for punishment. BOOT_BOOT0_ORG?= 0x0000 -LDFLAGS=-N -e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-T,ldscript +LDFLAGS=-N -e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-T,${.CURDIR}/ldscript # The size of boot0.5 must be 7168 bytes ${BOOT}: ${BOOT}.bin |