aboutsummaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2019-02-19 18:21:26 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2019-02-19 18:21:26 +0000
commit4f19d0e7af1e6aa4435b954e1b23531c96e0e71e (patch)
treefb3a8bb65af600d070beed32cb4d0a20a68e03b5 /libphobos/ChangeLog
parent9d52e1bbd8382e3eca924ebefdcedda62bd0eeb5 (diff)
downloadgcc-4f19d0e7af1e6aa4435b954e1b23531c96e0e71e.zip
gcc-4f19d0e7af1e6aa4435b954e1b23531c96e0e71e.tar.gz
gcc-4f19d0e7af1e6aa4435b954e1b23531c96e0e71e.tar.bz2
Makefile.am: Avoid the -D option which is not available with the install-sh fallback.
2019-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de> * src/Makefile.am: Avoid the -D option which is not available with the install-sh fallback. Use $(MKDIR_P) instead. * libdruntime/Makefile.am: Likewise. * src/Makefile.in: Regenerated. * libdruntime/Makefile.in: Regenerated. From-SVN: r269025
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 16514ff..a2ccba0 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,11 @@
+2019-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * src/Makefile.am: Avoid the -D option which is not available
+ with the install-sh fallback. Use $(MKDIR_P) instead.
+ * libdruntime/Makefile.am: Likewise.
+ * src/Makefile.in: Regenerated.
+ * libdruntime/Makefile.in: Regenerated.
+
2019-02-19 Iain Buclaw <ibuclaw@gdcproject.org>
* testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.