diff options
author | Tom Tromey <tromey@redhat.com> | 2002-06-24 04:45:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-06-24 04:45:46 +0000 |
commit | b2ae5f70a0b554aa98cf7748c1f6dc64e14276a4 (patch) | |
tree | e1f8b74070bc5d09eead649cb74c41ab731e567c /libjava/gcj | |
parent | 44d96e0c57011e92c60a4efca55638f719611962 (diff) | |
download | gcc-b2ae5f70a0b554aa98cf7748c1f6dc64e14276a4.zip gcc-b2ae5f70a0b554aa98cf7748c1f6dc64e14276a4.tar.gz gcc-b2ae5f70a0b554aa98cf7748c1f6dc64e14276a4.tar.bz2 |
configure: Rebuilt.
* configure: Rebuilt.
* configure.in (INTERPRETER): New subst.
(AM_RUNTESTFLAGS): Don't subst.
From-SVN: r54940
Diffstat (limited to 'libjava/gcj')
-rw-r--r-- | libjava/gcj/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gcj/Makefile.in b/libjava/gcj/Makefile.in index eefd298..201722f 100644 --- a/libjava/gcj/Makefile.in +++ b/libjava/gcj/Makefile.in @@ -63,7 +63,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ -AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@ AR = @AR@ AS = @AS@ CC = @CC@ @@ -88,6 +87,7 @@ GCSPEC = @GCSPEC@ GCTESTSPEC = @GCTESTSPEC@ HASH_SYNC_SPEC = @HASH_SYNC_SPEC@ INCLTDL = @INCLTDL@ +INTERPRETER = @INTERPRETER@ JC1GCSPEC = @JC1GCSPEC@ LIBFFI = @LIBFFI@ LIBFFIINCS = @LIBFFIINCS@ |