From 87230aa8abf5073151bbeb69e897ce425cbd4113 Mon Sep 17 00:00:00 2001
From: fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
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 709500bc535d..eb99f0159994 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+	* Makefile.am: Remove dependency on gfortypes.h.
+	* Makefile.in: Regenerate.
+
 2006-09-22  Danny Smith  <dannysmith@users.sourceforge.net>
 
 	PR libfortran/27964
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am
index baf40926c7ce..b3475c1af331 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 82b19b45d3f0..a6166a003ecf 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 = \
-- 
GitLab