Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
	* Makefile.am (ZINCS): Removed.  This is defined in configure.in
	when needed, and must be left empty when not needed.

From-SVN: r29809
This commit is contained in:
Tom Tromey 1999-10-04 19:09:09 +00:00 committed by Tom Tromey
parent 8229306b8b
commit 39acd93283
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
1999-10-04 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt.
* Makefile.am (ZINCS): Removed. This is defined in configure.in
when needed, and must be left empty when not needed.
1999-10-01 Anthony Green <green@cygnus.com>
* THANKS: Refreshed from htdocs version.

View File

@ -80,7 +80,6 @@ JCFLAGS = -g
JC1FLAGS = -g @LIBGCJ_JAVAFLAGS@
LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I../libffi/include
ZINCS = -I$(top_srcdir)/../zlib
INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
$(GCINCS) $(THREADINCS) \

View File

@ -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)