aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@wdc.com>2019-11-18 00:21:45 +0000
committerMaciej W. Rozycki <macro@wdc.com>2019-11-18 00:21:45 +0000
commitb1778de921603f58ad90f93fa1c0b8ca59090a61 (patch)
tree33af6122fd3e8d9e130683822c765d5ed3a1605e /libgfortran
parent8d06acc27d635bb2d2ad14f05b10fd02c9511942 (diff)
libgfortran: Regenerate `Makefile.in' for `runstatedir' removal
A change made with r271340 ("libfortran/90038: Use posix_spawn instead of fork") accidentally brought the obsolete `runstatedir' setting back in. Fix it. libgfortran/ * Makefile.in: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@278383 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog4
-rw-r--r--libgfortran/Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 0727ade0104..3b838a4a95e 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2019-11-18 Maciej W. Rozycki <macro@wdc.com>
+
+ * Makefile.in: Regenerate.
+
2019-11-13 Tobias Burnus <tobias@codesourcery.com>
PR fortran/92470
diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in
index 6e9612df8ba..954f9feb1ea 100644
--- a/libgfortran/Makefile.in
+++ b/libgfortran/Makefile.in
@@ -694,7 +694,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@