public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [ecj] Patch: FYI: libjava Makefile fixlet
@ 2006-06-06 21:25 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2006-06-06 21:25 UTC (permalink / raw)
  To: Java Patch List

I'm checking this in on the gcj-eclipse branch.

This fixes a minor Makefile bug that resulted due to reorganizing
makemake.tcl.  We no longer have to special case gcj-dbtool's Main.h.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* Makefile.in: Rebuilt.
	* Makefile.am (nat_headers): Don't list Main.h.
	(generic_header_files): Likewise.

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 114379)
+++ Makefile.am	(working copy)
@@ -341,8 +341,7 @@
 	java/lang/reflect/Field.h java/lang/reflect/Method.h \
 	java/lang/reflect/Proxy.h gnu/gcj/runtime/ExtensionClassLoader.h
 
-generic_header_files = $(filter-out $(omitted_headers),$(ordinary_header_files) $(xlib_nat_headers)) \
-	gnu/gcj/tools/gcj_dbtool/Main.h
+generic_header_files = $(filter-out $(omitted_headers),$(ordinary_header_files) $(xlib_nat_headers))
 
 $(generic_header_files): %.h: classpath/lib/%.class
 	name=`echo $< | sed -e 's/\.class$$//' -e 's,classpath/lib/,,'`; \
@@ -362,8 +361,7 @@
 	gnu/java/nio/PipeImpl$$SourceChannelImpl.h \
 	$(PLATFORM_INNER_NAT_HDRS)
 
-nat_headers = $(ordinary_header_files) $(inner_nat_headers) \
-	gnu/gcj/tools/gcj_dbtool/Main.h
+nat_headers = $(ordinary_header_files) $(inner_nat_headers)
 nat_headers_install = $(ordinary_header_files)
 
 xlib_nat_headers = $(gnu_awt_xlib_header_files) $(gnu_gcj_xlib_header_files)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-06 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-06 21:25 [ecj] Patch: FYI: libjava Makefile fixlet Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).