diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-24 04:45:46 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-24 04:45:46 +0000 |
commit | 52201c54f33cd5fb81930e51083cb0b64eefc67e (patch) | |
tree | e1f8b74070bc5d09eead649cb74c41ab731e567c /libjava/gcj | |
parent | f0edf3a46cb7fd7235369aea18276961cd7dc627 (diff) | |
download | gcc-52201c54f33cd5fb81930e51083cb0b64eefc67e.tar.gz |
* configure: Rebuilt.
* configure.in (INTERPRETER): New subst.
(AM_RUNTESTFLAGS): Don't subst.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54940 138bc75d-0d04-0410-961f-82ee72b054a4
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 eefd2982f88..201722f80ca 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@ |