From b9de64135ff21272841266784f7c934f51db33a0 Mon Sep 17 00:00:00 2001 From: rwild Date: Mon, 16 Jun 2008 17:58:14 +0000 Subject: 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 --- libcpp/ChangeLog | 4 ++++ libcpp/Makefile.in | 1 + 2 files changed, 5 insertions(+) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 3cb4e807919..50f2c8885bf 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Ralf Wildenhues + + * Makefile.in (datarootdir): New variable. + 2008-06-12 H.J. Lu PR preprocessor/36479 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@ -- cgit v1.2.1