From 1428dcedf39c2104f5fa2b600decd1ad50a9470d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 2 Oct 2009 15:43:17 +0000 Subject: [PATCH] 2009-10-02 Ralf Corsepius * Make-common.in: Add datarootdir. --- sim/common/ChangeLog | 4 ++++ sim/common/Make-common.in | 1 + 2 files changed, 5 insertions(+) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 3facbcec3ca..26f00e64b97 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2009-10-02 Ralf Corsepius + + * Make-common.in: Add datarootdir. + 2009-08-29 Ralf Wildenhues * aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS) diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index b6b05a40a8c..cf680de18e9 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -52,6 +52,7 @@ libdir = @libdir@ tooldir = $(libdir)/$(target_alias) datadir = @datadir@ +datarootdir = @datarootdir@ mandir = @mandir@ man1dir = $(mandir)/man1 infodir = @infodir@ -- 2.30.2