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/Makefile.in | |
parent | ee95c13b8ffcfbc50e535fbbd865a44ccf58ed4d (diff) | |
download | gcc-41e41397de1bcbd996f2993056e833027b29c40b.zip gcc-41e41397de1bcbd996f2993056e833027b29c40b.tar.gz gcc-41e41397de1bcbd996f2993056e833027b29c40b.tar.bz2 |
Makefile.am: Remove dependency on gfortypes.h.
* Makefile.am: Remove dependency on gfortypes.h.
* Makefile.in: Regenerate.
From-SVN: r117178
Diffstat (limited to 'libgfortran/Makefile.in')
-rw-r--r-- | libgfortran/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in index 82b19b4..a6166a0 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 = \ |