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
This commit is contained in:
Ralf Wildenhues
2008-06-16 17:58:14 +00:00
committed by Ralf Wildenhues
parent 54269f054f
commit 2d09b6406a
8 changed files with 20 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in (datarootdir): New variable.
2008-06-12 H.J. Lu <hongjiu.lu@intel.com>
PR preprocessor/36479
+1
View File
@@ -54,6 +54,7 @@ XGETTEXT = @XGETTEXT@
DEPMODE = @CCDEPMODE@
DEPDIR = @DEPDIR@
datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @prefix@
libdir = @libdir@