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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user