diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 17:54:27 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-01 17:54:27 +0000 |
| commit | a74502ce2de055943b18430267381b2f28927591 (patch) | |
| tree | 1d4ad136bf299ce86ecb66e12e89fd3bbbb6f111 /libjava/Makefile.am | |
| parent | 573a8833461a8b87bbb67502f7bc0aa367962d17 (diff) | |
| download | ppe42-gcc-a74502ce2de055943b18430267381b2f28927591.tar.gz ppe42-gcc-a74502ce2de055943b18430267381b2f28927591.zip | |
* Makefile.in: Rebuilt.
* Makefile.am (db_pathtail): Use $(gcc_version), not
@gcc_version@.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97412 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 1694560a678..f2d197a0b4d 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 |

