summaryrefslogtreecommitdiff
path: root/libcpp/Makefile.in
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-16 17:58:14 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-16 17:58:14 +0000
commitb9de64135ff21272841266784f7c934f51db33a0 (patch)
tree953ce812815758336569f6305ecaed03acbf2aec /libcpp/Makefile.in
parentcd5987b1e404ab0c3bafb5187e59939266bb553f (diff)
downloadgcc-b9de64135ff21272841266784f7c934f51db33a0.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136845 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/Makefile.in')
-rw-r--r--libcpp/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in
index e4d6a485d17..2dc24d038e7 100644
--- a/libcpp/Makefile.in
+++ b/libcpp/Makefile.in
@@ -54,6 +54,7 @@ XGETTEXT = @XGETTEXT@
DEPMODE = @CCDEPMODE@
DEPDIR = @DEPDIR@
+datarootdir = @datarootdir@
datadir = @datadir@
exec_prefix = @prefix@
libdir = @libdir@