This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

[committed] Put dependency tracking back into fastjar


Tom Tromey wrote:
KC>  ## We definitely don't want dependency tracking when using automake 1.4.
KC>  AUTOMAKE_OPTIONS = no-dependencies

I think we can remove this now.  Though, for a small and infrequently
changed program like fastjar, it is also just as easy to just make
every .o depend on all the .h files.

Done and committed.


Bootstrapped pentium4-pc-cygwin

KC
2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.am: Remove -no-dependencies.
	* Makefile.in: Regenerate.

Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/fastjar/Makefile.am,v
retrieving revision 1.21
diff -p -u -d -u -r1.21 Makefile.am
--- Makefile.am	13 Nov 2004 16:38:04 -0000	1.21
+++ Makefile.am	15 Nov 2004 23:44:24 -0000
@@ -1,7 +1,5 @@
 # Process this with automake to create Makefile.in
 
-## We definitely don't want dependency tracking when using automake 1.4.
-AUTOMAKE_OPTIONS = no-dependencies
 ACLOCAL_AMFLAGS = -I ../config
 
 # Work around what appears to be a GNU make bug handling MAKEFLAGS

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