diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 17:00:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 17:00:27 +0000 |
commit | 6437996f5a370628a8b12021990c5e4f7d2b8920 (patch) | |
tree | 93f91b32e467d8581d5c3514308b79b70ae1e147 | |
parent | 6f549e3dfbe1c34fbd8240a9766fbf3735f708c8 (diff) |
(uxboot.0): Find frank1.ld in #(srcdir).
-rw-r--r-- | boot/Makefile | 2 |
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 |