diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-15 18:03:49 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-15 18:03:49 +0000 |
| commit | ea2855f66f7eb427c79b99dadb7774cfb41afc8d (patch) | |
| tree | 6af9a2db073e09f5d477557e5a5974e8aafe8169 /libjava/include | |
| parent | d1fee1ba835c9b78011d65864468ce7c92522043 (diff) | |
| download | ppe42-gcc-ea2855f66f7eb427c79b99dadb7774cfb41afc8d.tar.gz ppe42-gcc-ea2855f66f7eb427c79b99dadb7774cfb41afc8d.zip | |
Install libgcj-config.h in a better place.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index 3039c8c2b87..acc32e8d5c4 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/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 @@ -137,7 +138,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -234,7 +235,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 \ |

