aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-01-05 10:35:40 +0000
committerBen Elliston <bje@gcc.gnu.org>2009-01-05 21:35:40 +1100
commitfc0cd1807271550633138c197d4428e5405dd79d (patch)
treef04c4f141a939473ac101ad43c9d7ef85d2d5717 /libcpp/ChangeLog
parente28206ba6b932e4e9e8ca1a08bc131571b47ba89 (diff)
downloadgcc-fc0cd1807271550633138c197d4428e5405dd79d.tar.gz
gcc-fc0cd1807271550633138c197d4428e5405dd79d.tar.bz2
gcc-fc0cd1807271550633138c197d4428e5405dd79d.zip
Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
libcpp/ * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir. (.po.pox): Likewise. (po/$(PACKAGE).pot): Likewise. gcc/ * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir. (.po.pox): Likewise. (po/gcc.pot): Likewise. From-SVN: r143073
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index a6378bc339c..9786f72b463 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-05 Ben Elliston <bje@au.ibm.com>
+
+ * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
+ (.po.pox): Likewise.
+ (po/$(PACKAGE).pot): Likewise.
+
2008-12-10 Alexandre Oliva <aoliva@redhat.com>
PR target/37033