yann@2665: diff -durN binutils-2.21.1.orig/ld/Makefile.am binutils-2.21.1/ld/Makefile.am yann@2665: --- binutils-2.21.1.orig/ld/Makefile.am 2011-03-16 09:37:30.000000000 +0100 yann@2665: +++ binutils-2.21.1/ld/Makefile.am 2011-09-12 13:39:07.962244866 +0200 yann@2665: @@ -37,7 +37,7 @@ yann@2665: # We put the scripts in the directory $(scriptdir)/ldscripts. yann@2665: # We can't put the scripts in $(datadir) because the SEARCH_DIR yann@2665: # directives need to be different for native and cross linkers. yann@2665: -scriptdir = $(tooldir)/lib yann@2665: +scriptdir = $(libdir) yann@2665: yann@2665: EMUL = @EMUL@ yann@2665: EMULATION_OFILES = @EMULATION_OFILES@ yann@2665: diff -durN binutils-2.21.1.orig/ld/Makefile.in binutils-2.21.1/ld/Makefile.in yann@2665: --- binutils-2.21.1.orig/ld/Makefile.in 2011-03-16 09:37:30.000000000 +0100 yann@2665: +++ binutils-2.21.1/ld/Makefile.in 2011-09-12 13:39:07.962244866 +0200 yann@2665: @@ -365,7 +365,7 @@ yann@2665: # We put the scripts in the directory $(scriptdir)/ldscripts. yann@2665: # We can't put the scripts in $(datadir) because the SEARCH_DIR yann@2665: # directives need to be different for native and cross linkers. yann@2665: -scriptdir = $(tooldir)/lib yann@2665: +scriptdir = $(libdir) yann@2665: BASEDIR = $(srcdir)/.. yann@2665: BFDDIR = $(BASEDIR)/bfd yann@2665: INCDIR = $(BASEDIR)/include