diff options
author | Maciej W. Rozycki <macro@wdc.com> | 2019-11-18 00:21:45 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2019-11-18 00:21:45 +0000 |
commit | 38397aa6218116a957b5256195caf09ec5c9bad9 (patch) | |
tree | 33af6122fd3e8d9e130683822c765d5ed3a1605e /libgfortran/ChangeLog | |
parent | 8b5c3af777fcc74a707e8f8beeb8014edc4e68a1 (diff) | |
download | gcc-38397aa6218116a957b5256195caf09ec5c9bad9.tar.gz |
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.
From-SVN: r278383
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 4 |
1 files changed, 4 insertions, 0 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 |