mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am: Remove dependency on gfortypes.h.
* Makefile.am: Remove dependency on gfortypes.h. * Makefile.in: Regenerate. From-SVN: r117178
This commit is contained in:
parent
ee95c13b8f
commit
41e41397de
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ runtime/pause.c \
|
|||
runtime/stop.c \
|
||||
runtime/string.c \
|
||||
runtime/select.c \
|
||||
gfortypes.h \
|
||||
libgfortran.h
|
||||
|
||||
i_all_c= \
|
||||
|
|
|
|||
|
|
@ -456,7 +456,6 @@ runtime/pause.c \
|
|||
runtime/stop.c \
|
||||
runtime/string.c \
|
||||
runtime/select.c \
|
||||
gfortypes.h \
|
||||
libgfortran.h
|
||||
|
||||
i_all_c = \
|
||||
|
|
|
|||
Loading…
Reference in New Issue