From 64476662847e00d306bda531c9c1e70e7e1f61a8 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 18 Jan 2001 16:19:14 +0000 Subject: [PATCH] Support VPATH builds. committer: mfx 979834754 +0000 --- src/stub/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index 4584058d..cc16b74c 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -275,7 +275,7 @@ fold_elf86.o: fold_elf86.asm $(NASM) -f elf -o $@ $< fold_elf86.h: l_lx_elf.o fold_elf86.o l_lx_elf86.lds - ld -T l_lx_elf86.lds -Map $T.map -o $T.bin $T.o l_lx_elf.o + ld -T $(srcdir)/l_lx_elf86.lds -Map $T.map -o $T.bin $T.o l_lx_elf.o objcopy -S -R .comment -R .note $T.bin ./util/sstrip/sstrip $T.bin $(BRANDELF) $T.bin @@ -288,7 +288,7 @@ fold_exec86.o: fold_exec86.asm $(NASM) -f elf -o $@ $< fold_exec86.h: l_lx_exec.o fold_exec86.o l_lx_exec86.lds - ld -T l_lx_exec86.lds -Map $T.map -o $T.bin $T.o l_lx_exec.o + ld -T $(srcdir)/l_lx_exec86.lds -Map $T.map -o $T.bin $T.o l_lx_exec.o objcopy -S -R .comment -R .note $T.bin ./util/sstrip/sstrip $T.bin $(BRANDELF) $T.bin @@ -301,7 +301,7 @@ fold_sh86.o: fold_sh86.asm $(NASM) -f elf -o $@ $< fold_sh86.h: l_lx_sh.o fold_sh86.o l_lx_sh86.lds - ld -T l_lx_sh86.lds -Map $T.map -o $T.bin $T.o l_lx_sh.o + ld -T $(srcdir)/l_lx_sh86.lds -Map $T.map -o $T.bin $T.o l_lx_sh.o objcopy -S -R .comment -R .note $T.bin ./util/sstrip/sstrip $T.bin $(BRANDELF) $T.bin