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:
committed by
Ralf Wildenhues
parent
54269f054f
commit
2d09b6406a
@@ -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
|
||||
|
||||
@@ -54,6 +54,7 @@ XGETTEXT = @XGETTEXT@
|
||||
DEPMODE = @CCDEPMODE@
|
||||
DEPDIR = @DEPDIR@
|
||||
|
||||
datarootdir = @datarootdir@
|
||||
datadir = @datadir@
|
||||
exec_prefix = @prefix@
|
||||
libdir = @libdir@
|
||||
|
||||
Reference in New Issue
Block a user