Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (db_pathtail): Use $(gcc_version), not @gcc_version@. From-SVN: r97412
This commit is contained in:
parent
f68d5b0d04
commit
35913faefb
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user