yann@55: diff -dur binutils-2.17.old/ld/Makefile.am binutils-2.17/ld/Makefile.am yann@55: --- binutils-2.17.old/ld/Makefile.am 2006-06-03 06:45:50.000000000 +0200 yann@55: +++ binutils-2.17/ld/Makefile.am 2007-05-01 18:26:09.000000000 +0200 yann@55: @@ -20,7 +20,7 @@ yann@55: # We put the scripts in the directory $(scriptdir)/ldscripts. yann@55: # We can't put the scripts in $(datadir) because the SEARCH_DIR yann@55: # directives need to be different for native and cross linkers. yann@55: -scriptdir = $(tooldir)/lib yann@55: +scriptdir = $(libdir) yann@55: yann@55: EMUL = @EMUL@ yann@55: EMULATION_OFILES = @EMULATION_OFILES@ yann@55: diff -dur binutils-2.17.old/ld/Makefile.in binutils-2.17/ld/Makefile.in yann@55: --- binutils-2.17.old/ld/Makefile.in 2006-06-03 06:45:50.000000000 +0200 yann@55: +++ binutils-2.17/ld/Makefile.in 2007-05-01 18:26:09.000000000 +0200 yann@55: @@ -269,7 +269,7 @@ yann@55: # We put the scripts in the directory $(scriptdir)/ldscripts. yann@55: # We can't put the scripts in $(datadir) because the SEARCH_DIR yann@55: # directives need to be different for native and cross linkers. yann@55: -scriptdir = $(tooldir)/lib yann@55: +scriptdir = $(libdir) yann@55: BASEDIR = $(srcdir)/.. yann@55: BFDDIR = $(BASEDIR)/bfd yann@55: INCDIR = $(BASEDIR)/include