diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-04 20:40:28 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-04 20:40:28 +0000 |
commit | cdc0d45e155d8b66e3f73b39f8e47e0fd8b0c8da (patch) | |
tree | c579288adbe3dd54a9dd61b082402eec730680ce /ld/Makefile.am | |
parent | bfd260bb5cd5c17b599e3e094175a82f1e8fcbff (diff) | |
download | gdb-cdc0d45e155d8b66e3f73b39f8e47e0fd8b0c8da.zip gdb-cdc0d45e155d8b66e3f73b39f8e47e0fd8b0c8da.tar.gz 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.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index d70cc0e..94df72a 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -393,7 +393,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! */";\ |