diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-04 19:09:09 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-04 19:09:09 +0000 |
| commit | 6d2f27ec214f7289e2868f861da39a5c5e367829 (patch) | |
| tree | a2bbd284414fe7dcebf91e7a5c5b29bcb8508d46 /libjava/Makefile.in | |
| parent | 66b5ac3c2d3ee5b6580ce8496b8741ff2ae20355 (diff) | |
| download | ppe42-gcc-6d2f27ec214f7289e2868f861da39a5c5e367829.tar.gz ppe42-gcc-6d2f27ec214f7289e2868f861da39a5c5e367829.zip | |
* Makefile.in: Rebuilt.
* Makefile.am (ZINCS): Removed. This is defined in configure.in
when needed, and must be left empty when not needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.in')
| -rw-r--r-- | libjava/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in index 06e0aa89adf..6611a087381 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -707,8 +707,8 @@ CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DATA = $(data_DATA) $(toolexeclib_DATA) -DIST_COMMON = COPYING.LIB ChangeLog Makefile.am Makefile.in NEWS THANKS \ -acinclude.m4 aclocal.m4 configure configure.in libgcj.spec.in +DIST_COMMON = README COPYING.LIB ChangeLog Makefile.am Makefile.in NEWS \ +THANKS acinclude.m4 aclocal.m4 configure configure.in libgcj.spec.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |

