summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-15 17:00:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-15 17:00:27 +0000
commit6437996f5a370628a8b12021990c5e4f7d2b8920 (patch)
tree93f91b32e467d8581d5c3514308b79b70ae1e147 /boot
parent6f549e3dfbe1c34fbd8240a9766fbf3735f708c8 (diff)
(uxboot.0): Find frank1.ld in #(srcdir).
Diffstat (limited to 'boot')
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 140d7e52..2e015c50 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -47,7 +47,7 @@ uxboot.o: boot.c
$(COMPILE.c) -DUX $< -o $@
uxboot.0: $(UX-OBJS) ../libthreads/libthreads.a
- $(LINK.o) -o $@ -static -nostartfiles -Wl,-T -Wl,frank1.ld $^
+ $(LINK.o) -o $@ -static -nostartfiles -Wl,-T -Wl,$(srcdir)/frank1.ld $^
uxboot.1: frankemul.ld uxboot.0
$(LD) -o $@ -T $^
uxboot: uxboot.1