aboutsummaryrefslogtreecommitdiff
path: root/libjava/gcj/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-04-16 15:52:26 +0000
committerTom Tromey <tromey@gcc.gnu.org>2002-04-16 15:52:26 +0000
commitab8471334e092a16b4c0bc78c8027191fd0db7f1 (patch)
treea553b04ba6534c0fe8e96ce72c548a6a5a59f599 /libjava/gcj/Makefile.in
parent6344da6f57393a5df75f5738343afc30d1f9ea23 (diff)
downloadgcc-ab8471334e092a16b4c0bc78c8027191fd0db7f1.zip
gcc-ab8471334e092a16b4c0bc78c8027191fd0db7f1.tar.gz
gcc-ab8471334e092a16b4c0bc78c8027191fd0db7f1.tar.bz2
re PR libgcj/6081 (libjava make install fails: Arg list too long)
Fix for PR libgcj/6081: * Makefile.in: Rebuilt. * Makefile.am (install-data-local): Use GNU make trick to avoid shell limit. From-SVN: r52370
Diffstat (limited to 'libjava/gcj/Makefile.in')
-rw-r--r--libjava/gcj/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/gcj/Makefile.in b/libjava/gcj/Makefile.in
index d7bfcd0..9260947 100644
--- a/libjava/gcj/Makefile.in
+++ b/libjava/gcj/Makefile.in
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
+# Makefile.in generated automatically by automake 1.4 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 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.
@@ -146,7 +146,7 @@ DIST_COMMON = ./stamp-h2.in Makefile.am Makefile.in libgcj-config.h.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
@@ -258,7 +258,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 \