diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-24 08:55:52 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-24 08:55:52 +0000 |
commit | 87230aa8abf5073151bbeb69e897ce425cbd4113 (patch) | |
tree | e085136de1200c9e3c7f24332a3233fdb6b4afec /libgfortran/Makefile.am | |
parent | 74f52504fa92bbc58b27b7bfb9a8e0576b72187d (diff) | |
download | gcc-87230aa8abf5073151bbeb69e897ce425cbd4113.tar.gz |
* 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
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r-- | libgfortran/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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= \ |