diff options
author | tkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-18 20:35:25 +0000 |
---|---|---|
committer | tkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-18 20:35:25 +0000 |
commit | 2ba1fcba384fb6390f858783fbabc0137a9e9007 (patch) | |
tree | 1c3b86454f4184b68e455fdc2db1edc04b2adb9f /libgfortran/Makefile.am | |
parent | 1b1197a3a32c4ab335b02c03543e21dd0f9558c6 (diff) | |
download | gcc-2ba1fcba384fb6390f858783fbabc0137a9e9007.tar.gz |
2005-05-18 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/21127
* Makefile.am: Really commit.
* Makefile.in: Really commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99926 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r-- | libgfortran/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 485ce9a39ad..0e1893b5cce 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -225,7 +225,9 @@ generated/shape_i8.c i_reshape_c= \ generated/reshape_i4.c \ -generated/reshape_i8.c +generated/reshape_i8.c \ +generated/reshape_c4.c \ +generated/reshape_c8.c i_eoshift1_c= \ generated/eoshift1_4.c \ |