diff options
author | Francois-Xavier Coudert <coudert@clipper.ens.fr> | 2006-09-24 10:55:52 +0200 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2006-09-24 08:55:52 +0000 |
commit | 41e41397de1bcbd996f2993056e833027b29c40b (patch) | |
tree | e085136de1200c9e3c7f24332a3233fdb6b4afec /libgfortran | |
parent | ee95c13b8ffcfbc50e535fbbd865a44ccf58ed4d (diff) | |
download | gcc-41e41397de1bcbd996f2993056e833027b29c40b.tar.gz |
Makefile.am: Remove dependency on gfortypes.h.
* Makefile.am: Remove dependency on gfortypes.h.
* Makefile.in: Regenerate.
From-SVN: r117178
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 5 | ||||
-rw-r--r-- | libgfortran/Makefile.am | 1 | ||||
-rw-r--r-- | 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 <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 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 = \ |