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

2005-04-06  Mohan Embar  <gnustuff@thisiscool.com>

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

From-SVN: r97747
This commit is contained in:
Mohan Embar 2005-04-06 20:27:38 +00:00 committed by Tom Tromey
parent 31617ef157
commit cb8faadcd6
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-04-06 Mohan Embar <gnustuff@thisiscool.com>
* Makefile.am ($(db_name)): Add $(EXEEXT) suffix to
gcj-dbtool dependency
* Makefile.in: Regenerated
2005-04-06 Bryce McKinlay <mckinlay@redhat.com>
* java/util/logging/natLogger.cc (getCallerStackFrame): Don't crash on

View File

@ -284,7 +284,7 @@ libgcj_la_LINK = $(LIBLINK)
## 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

View File

@ -23284,7 +23284,7 @@ uninstall-info: uninstall-info-recursive
uninstall-toolexeclibLTLIBRARIES uninstall-toolexecmainlibDATA
$(db_name): gcj-dbtool
$(db_name): gcj-dbtool$(EXEEXT)
@rm -f $(db_name)
./gcj-dbtool -n $(db_name) || touch $(db_name)