aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-04-01 17:54:27 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-04-01 17:54:27 +0000
commit35913faefbd7d9de8847f449ac4fd750b383e75f (patch)
tree1d4ad136bf299ce86ecb66e12e89fd3bbbb6f111 /libjava/Makefile.am
parentf68d5b0d04b4891c098df3aad9f86e2565800f6f (diff)
downloadgcc-35913faefbd7d9de8847f449ac4fd750b383e75f.zip
gcc-35913faefbd7d9de8847f449ac4fd750b383e75f.tar.gz
gcc-35913faefbd7d9de8847f449ac4fd750b383e75f.tar.bz2
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (db_pathtail): Use $(gcc_version), not @gcc_version@. From-SVN: r97412
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index 1694560..f2d197a 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -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