From 6437996f5a370628a8b12021990c5e4f7d2b8920 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Apr 1996 17:00:27 +0000 Subject: (uxboot.0): Find frank1.ld in #(srcdir). --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/Makefile') 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 -- cgit v1.2.3