summaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-08 08:50:51 +0000
committerJim Meyering <meyering@redhat.com>2009-10-08 08:58:19 +0000
commit79b5a82e464c9ec7731ed6f80580ceb13f745168 (patch)
treee258911599426e00b8bc17b4e491a583c9d88027 /sim/common
parentf699d949b3eb15dfba4284d326934d5163fc444b (diff)
downloadgdb-79b5a82e464c9ec7731ed6f80580ceb13f745168.tar.gz
manually sync from the CVS repository
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/Make-common.in1
2 files changed, 5 insertions, 0 deletions
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 <ralf.corsepius@rtems.org>
+
+ * Make-common.in: Add datarootdir.
+
2009-08-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 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@