diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 21:19:04 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 21:19:04 +0000 |
commit | 0c1896f40cf4157e2deb07515b4a4c2911d74e26 (patch) | |
tree | 3f386d1046a05ff75758a92d57ce29ac4dffe54c /libjava/include | |
parent | 9423c9b7944dd4c5a00dec30929a9af4608abedc (diff) | |
download | gcc-0c1896f40cf4157e2deb07515b4a4c2911d74e26.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index b20d6d8b40e..2a8484b2205 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/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@ @@ -177,7 +179,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: |