diff options
author | Michael Koch <konqueror@gmx.de> | 2004-08-16 21:19:04 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-08-16 21:19:04 +0000 |
commit | be170ef2ae825bf9a705336f50ed8193377ddfab (patch) | |
tree | 3f386d1046a05ff75758a92d57ce29ac4dffe54c /libjava/testsuite | |
parent | 8e3e233be0d6e50fcfc1da2c81ad5eb51d974baa (diff) | |
download | gcc-be170ef2ae825bf9a705336f50ed8193377ddfab.tar.gz |
2004-08-16 Michael Koch <konqueror@gmx.de>
* Makefile.am
(math_c_files): Renamed from c_files.
(math_c_source_files): Renamed from c_source_files.
* Makefile.in,
gcj/Makefile.in,
include/Makefile.in,
testsuite/Makefile.in: Regenerated.
From-SVN: r86080
Diffstat (limited to 'libjava/testsuite')
-rw-r--r-- | libjava/testsuite/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/testsuite/Makefile.in b/libjava/testsuite/Makefile.in index c7f88f2ba16..def9e9c808f 100644 --- a/libjava/testsuite/Makefile.in +++ b/libjava/testsuite/Makefile.in @@ -148,10 +148,12 @@ ZIP = @ZIP@ ZLIBS = @ZLIBS@ ZLIBSPEC = @ZLIBSPEC@ ZLIBTESTSPEC = @ZLIBTESTSPEC@ +build_noncanonical = @build_noncanonical@ build_subdir = @build_subdir@ do_compare = @do_compare@ gcc_version = @gcc_version@ here = @here@ +host_noncanonical = @host_noncanonical@ host_subdir = @host_subdir@ libgcj_basedir = @libgcj_basedir@ mkinstalldirs = @mkinstalldirs@ @@ -186,7 +188,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: |