aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-01-04 20:40:28 +0000
committerDaniel Jacobowitz <drow@false.org>2003-01-04 20:40:28 +0000
commitcdc0d45e155d8b66e3f73b39f8e47e0fd8b0c8da (patch)
treec579288adbe3dd54a9dd61b082402eec730680ce /ld/Makefile.in
parentbfd260bb5cd5c17b599e3e094175a82f1e8fcbff (diff)
downloadfsf-binutils-gdb-cdc0d45e155d8b66e3f73b39f8e47e0fd8b0c8da.zip
fsf-binutils-gdb-cdc0d45e155d8b66e3f73b39f8e47e0fd8b0c8da.tar.gz
fsf-binutils-gdb-cdc0d45e155d8b66e3f73b39f8e47e0fd8b0c8da.tar.bz2
* Makefile.am (ldmain.o): Pass BINDIR.
* Makefile.in: Regenerated. * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first search path.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 5aa4dc9..c3459a6 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1121,7 +1121,7 @@ po/POTFILES.in: @MAINT@ Makefile
&& mv tmp $(srcdir)/po/POTFILES.in
ldmain.o: ldmain.c config.status
- $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' -DTARGET='"@target@"' $(srcdir)/ldmain.c
+ $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' -DTARGET='"@target@"' $(srcdir)/ldmain.c
ldemul-list.h: Makefile
(echo "/* This file is automatically generated. DO NOT EDIT! */";\