Patch: FYI: move Mohan's build fix to trunk

Tom Tromey tromey@redhat.com
Wed Apr 6 20:24:00 GMT 2005


I'm checking this in on the trunk.

For some reason Mohan's build fix for gcj-dbtool didn't make it to
the trunk.

Tom

Index: ChangeLog
from  Mohan Embar  <gnustuff@thisiscool.com>

	* Makefile.am ($(db_name)): Add $(EXEEXT) suffix to
	gcj-dbtool dependency
	* Makefile.in: Regenerated

Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.472
diff -u -r1.472 Makefile.am
--- Makefile.am 5 Apr 2005 21:11:48 -0000 1.472
+++ Makefile.am 6 Apr 2005 20:23:44 -0000
@@ -275,7 +275,7 @@
 
 ## The .db file.  This rule is only used for native builds, so it is
 ## safe to invoke gcj-dbtool.
-$(db_name): gcj-dbtool
+$(db_name): gcj-dbtool$(EXEEXT)
 ## In case it exists already.
 	@rm -f $(db_name)
 ## We don't actually care if it fails -- if it does, just make an



More information about the Java-patches mailing list