diff options
author | Anthony Green <green@redhat.com> | 2002-03-15 18:03:49 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2002-03-15 18:03:49 +0000 |
commit | e2ea015c1ced63b632fa629945a69e38f8588624 (patch) | |
tree | 6af9a2db073e09f5d477557e5a5974e8aafe8169 /libjava/testsuite | |
parent | 512e32d28948ed7f324e4b04d6be98f4b95d2d1c (diff) | |
download | gcc-e2ea015c1ced63b632fa629945a69e38f8588624.zip gcc-e2ea015c1ced63b632fa629945a69e38f8588624.tar.gz gcc-e2ea015c1ced63b632fa629945a69e38f8588624.tar.bz2 |
Install libgcj-config.h in a better place.
From-SVN: r50817
Diffstat (limited to 'libjava/testsuite')
-rw-r--r-- | libjava/testsuite/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libjava/testsuite/Makefile.in b/libjava/testsuite/Makefile.in index 15bbdaa..364d804 100644 --- a/libjava/testsuite/Makefile.in +++ b/libjava/testsuite/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -124,6 +124,7 @@ glibjava_CXX = @glibjava_CXX@ here = @here@ libgcj_basedir = @libgcj_basedir@ mkinstalldirs = @mkinstalldirs@ +tool_include_dir = @tool_include_dir@ AUTOMAKE_OPTIONS = foreign dejagnu @@ -146,7 +147,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -174,7 +175,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |