This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: move Mohan's build fix to trunk
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 06 Apr 2005 14:22:41 -0600
- Subject: Patch: FYI: move Mohan's build fix to trunk
- Reply-to: tromey at redhat dot com
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