Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
	* Makefile.am (db_pathtail): Use $(gcc_version), not
	@gcc_version@.

From-SVN: r97412
This commit is contained in:
Tom Tromey 2005-04-01 17:54:27 +00:00 committed by Tom Tromey
parent f68d5b0d04
commit 35913faefb
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-04-01 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (db_pathtail): Use $(gcc_version), not
@gcc_version@.
2005-04-01 Jeroen Frijters <jeroen@frijters.net>
* java/util/Timer.java

View File

@ -131,7 +131,7 @@ dbexecdir = $(libdir)/gcj-$(gcc_version)
## Name of the default .db.
db_name = classmap.db
## Compiler specific component of the .db file
db_pathtail = gcj-@gcc_version@/$(db_name)
db_pathtail = gcj-$(gcc_version)/$(db_name)
## For now, only on native systems. FIXME.
if NATIVE

View File

@ -4547,7 +4547,7 @@ secdir = $(libdir)/security
propdir = $(libdir)
dbexecdir = $(libdir)/gcj-$(gcc_version)
db_name = classmap.db
db_pathtail = gcj-@gcc_version@/$(db_name)
db_pathtail = gcj-$(gcc_version)/$(db_name)
@NATIVE_TRUE@dbexec_DATA = $(db_name)
bin_SCRIPTS = addr2name.awk
GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8 -Wno-deprecated