Upload Tizen:Base source
[external/binutils.git] / debian / patches / 001_ld_makefile_patch.patch
1 Author: 
2 Description: Description: correct where ld scripts are installed
3 Author: Chris Chimelis <chris@debian.org>
4 Upstream status: N/A
5 Date: ??
6 --- a/ld/Makefile.am
7 +++ b/ld/Makefile.am
8 @@ -24,7 +24,7 @@
9  # We put the scripts in the directory $(scriptdir)/ldscripts.
10  # We can't put the scripts in $(datadir) because the SEARCH_DIR
11  # directives need to be different for native and cross linkers.
12 -scriptdir = $(tooldir)/lib
13 +scriptdir = $(libdir)
14  
15  EMUL = @EMUL@
16  EMULATION_OFILES = @EMULATION_OFILES@
17 --- a/ld/Makefile.in
18 +++ b/ld/Makefile.in
19 @@ -337,7 +337,7 @@
20  # We put the scripts in the directory $(scriptdir)/ldscripts.
21  # We can't put the scripts in $(datadir) because the SEARCH_DIR
22  # directives need to be different for native and cross linkers.
23 -scriptdir = $(tooldir)/lib
24 +scriptdir = $(libdir)
25  BASEDIR = $(srcdir)/..
26  BFDDIR = $(BASEDIR)/bfd
27  INCDIR = $(BASEDIR)/include