--- binutils-2.14.90.0.4/ld/Makefile.am.orig 2003-05-16 00:42:25 +0400 +++ binutils-2.14.90.0.4/ld/Makefile.am 2003-06-02 21:38:01 +0400 @@ -19,7 +19,7 @@ # We put the scripts in the directory $(scriptdir)/ldscripts. # We can't put the scripts in $(datadir) because the SEARCH_DIR # directives need to be different for native and cross linkers. -scriptdir = $(tooldir)/lib +scriptdir = $(libdir) EMUL = @EMUL@ EMULATION_OFILES = @EMULATION_OFILES@ --- binutils-2.14.90.0.4/ld/Makefile.in.orig 2003-05-16 00:42:25 +0400 +++ binutils-2.14.90.0.4/ld/Makefile.in 2003-06-02 21:38:01 +0400 @@ -128,7 +128,7 @@ # We put the scripts in the directory $(scriptdir)/ldscripts. # We can't put the scripts in $(datadir) because the SEARCH_DIR # directives need to be different for native and cross linkers. -scriptdir = $(tooldir)/lib +scriptdir = $(libdir) EMUL = @EMUL@ EMULATION_OFILES = @EMULATION_OFILES@