From 87230aa8abf5073151bbeb69e897ce425cbd4113 Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Sun, 24 Sep 2006 08:55:52 +0000 Subject: [PATCH] * Makefile.am: Remove dependency on gfortypes.h. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117178 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/ChangeLog | 5 +++++ libgfortran/Makefile.am | 1 - libgfortran/Makefile.in | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 709500bc535..eb99f015999 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2006-09-24 Francois-Xavier Coudert + + * Makefile.am: Remove dependency on gfortypes.h. + * Makefile.in: Regenerate. + 2006-09-22 Danny Smith PR libfortran/27964 diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index baf40926c7c..b3475c1af33 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -112,7 +112,6 @@ runtime/pause.c \ runtime/stop.c \ runtime/string.c \ runtime/select.c \ -gfortypes.h \ libgfortran.h i_all_c= \ diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in index 82b19b45d3f..a6166a003ec 100644 --- a/libgfortran/Makefile.in +++ b/libgfortran/Makefile.in @@ -456,7 +456,6 @@ runtime/pause.c \ runtime/stop.c \ runtime/string.c \ runtime/select.c \ -gfortypes.h \ libgfortran.h i_all_c = \ -- 2.11.4.GIT