This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: build fix / PR java/1586
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: build fix / PR java/1586
- From: Tom Tromey <tromey at redhat dot com>
- Date: 08 Jan 2001 16:15:21 -0700
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Reply-To: tromey at redhat dot com
This patch fixes the build problem in PR java/1586.
The real fix (backward compatibility with automake 1.4's dependency
tracking) is being discussed, but I want people to be able to build
libgcj in the meantime.
We can back this out later if we like.
2001-01-08 Tom Tromey <tromey@redhat.com>
Fix for PR java/1586:
* Makefile.in: Rebuilt.
* Makefile.am (AUTOMAKE_OPTIONS): Added no-dependencies.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/egcs/libjava/Makefile.am,v
retrieving revision 1.124
diff -u -r1.124 Makefile.am
--- Makefile.am 2001/01/08 07:55:25 1.124
+++ Makefile.am 2001/01/08 22:52:59
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
-AUTOMAKE_OPTIONS = foreign no-installinfo
+AUTOMAKE_OPTIONS = foreign no-installinfo no-dependencies
if TESTSUBDIR
SUBDIRS = $(DIRLTDL) testsuite gcj include