This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: build fix / PR java/1586


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]