Commit 2d09b640 by Ralf Wildenhues Committed by Ralf Wildenhues

Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).

gcc/
	* Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).

intl/
	* Makefile.in (datarootdir): New variable.

libcpp/
	* Makefile.in (datarootdir): New variable.

libdecnumber/
	* Makefile.in (datarootdir): New variable.

From-SVN: r136845
parent 54269f05
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).
2008-06-16 Ira Rosen <irar@il.ibm.com> 2008-06-16 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/36493 PR tree-optimization/36493
......
...@@ -958,6 +958,7 @@ FLAGS_TO_PASS = \ ...@@ -958,6 +958,7 @@ FLAGS_TO_PASS = \
"gcc_tooldir=$(gcc_tooldir)" \ "gcc_tooldir=$(gcc_tooldir)" \
"bindir=$(bindir)" \ "bindir=$(bindir)" \
"libexecsubdir=$(libsubdir)" \ "libexecsubdir=$(libsubdir)" \
"datarootdir=$(datarootdir)" \
"datadir=$(datadir)" \ "datadir=$(datadir)" \
"localedir=$(localedir)" "localedir=$(localedir)"
# #
......
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (datarootdir): New variable.
2008-04-18 Paolo Bonzini <bonzini@gnu.org> 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/35457 PR bootstrap/35457
......
...@@ -31,6 +31,7 @@ exec_prefix = @exec_prefix@ ...@@ -31,6 +31,7 @@ exec_prefix = @exec_prefix@
transform = @program_transform_name@ transform = @program_transform_name@
libdir = @libdir@ libdir = @libdir@
includedir = @includedir@ includedir = @includedir@
datarootdir = @datarootdir@
datadir = @datadir@ datadir = @datadir@
localedir = $(datadir)/locale localedir = $(datadir)/locale
aliaspath = $(localedir) aliaspath = $(localedir)
......
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (datarootdir): New variable.
2008-06-12 H.J. Lu <hongjiu.lu@intel.com> 2008-06-12 H.J. Lu <hongjiu.lu@intel.com>
PR preprocessor/36479 PR preprocessor/36479
......
...@@ -54,6 +54,7 @@ XGETTEXT = @XGETTEXT@ ...@@ -54,6 +54,7 @@ XGETTEXT = @XGETTEXT@
DEPMODE = @CCDEPMODE@ DEPMODE = @CCDEPMODE@
DEPDIR = @DEPDIR@ DEPDIR = @DEPDIR@
datarootdir = @datarootdir@
datadir = @datadir@ datadir = @datadir@
exec_prefix = @prefix@ exec_prefix = @prefix@
libdir = @libdir@ libdir = @libdir@
......
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (datarootdir): New variable.
2008-06-10 Joseph Myers <joseph@codesourcery.com> 2008-06-10 Joseph Myers <joseph@codesourcery.com>
* dconfig.h: New. * dconfig.h: New.
......
...@@ -44,6 +44,7 @@ PACKAGE = @PACKAGE@ ...@@ -44,6 +44,7 @@ PACKAGE = @PACKAGE@
RANLIB = @RANLIB@ RANLIB = @RANLIB@
SHELL = @SHELL@ SHELL = @SHELL@
datarootdir = @datarootdir@
datadir = @datadir@ datadir = @datadir@
exec_prefix = @prefix@ exec_prefix = @prefix@
libdir = @libdir@ libdir = @libdir@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment