aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>2000-03-09 04:50:49 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-03-09 04:50:49 +0000
commitc500e5ec9f9e5775b633d93381282de9b55e789a (patch)
treeb38a57c29f2f7431998c23a31b1204a3dc189ea4 /libjava/include
parent0f72dc9e314346054bc995d63dc4cc01e2770fab (diff)
downloadgcc-c500e5ec9f9e5775b633d93381282de9b55e789a.zip
gcc-c500e5ec9f9e5775b633d93381282de9b55e789a.tar.gz
gcc-c500e5ec9f9e5775b633d93381282de9b55e789a.tar.bz2
natArray.cc (newInstance): Don't allow array of `void' to be created.
* java/lang/reflect/natArray.cc (newInstance): Don't allow array of `void' to be created. From-SVN: r32443
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in
index af8cc0f..8deca2b 100644
--- a/libjava/include/Makefile.in
+++ b/libjava/include/Makefile.in
@@ -127,7 +127,7 @@ DIST_COMMON = ./stamp-h.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:
@@ -224,7 +224,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 \