diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-08 18:02:03 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-08 18:02:03 +0000 |
| commit | 66a2e6b72d92c2a3d5e2f224e78352e70ae2d836 (patch) | |
| tree | eb0b043c45a79e0b43fab9a130cc1202027e5b1d /libjava/include | |
| parent | f4f1d408394e08eda23c361eb88200d5e7b2a56f (diff) | |
| download | ppe42-gcc-66a2e6b72d92c2a3d5e2f224e78352e70ae2d836.tar.gz ppe42-gcc-66a2e6b72d92c2a3d5e2f224e78352e70ae2d836.zip | |
For PR bootstrap/3075:
* configure, aclocal.m4, Makefile.am: Rebuilt.
* configure.in: Pass `--with-auxdir' to subdir configure. Don't
call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM. Look for unwind.h
relative to libgcj_basedir.
* acinclude.m4 ((LIBGCJ_CONFIGURE): Call AC_CONFIG_AUX_DIR and
AC_CANONICAL_SYSTEM here.
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
libgcj_basedir.
($(extra_headers)): New target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43034 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index 993dcffbd49..32095f7e247 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -135,7 +135,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: @@ -232,7 +232,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |

