[PATCH] Fix broken $(db_name) target in Makefile.am

Mohan Embar gnustuff@thisiscool.com
Tue Mar 22 19:30:00 GMT 2005


>The following rule is broken in Makefile.am when host=target
>and build!=host:

I forgot to add that Makefile.in needs to be regenerated.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/

2005-03-22  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.455.2.4
diff -u -2 -r1.455.2.4 Makefile.am
--- Makefile.am	15 Mar 2005 20:56:53 -0000	1.455.2.4
+++ Makefile.am	22 Mar 2005 18:59:39 -0000
@@ -264,5 +264,5 @@
 ## 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)






More information about the Java-patches mailing list