aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-02-01 01:36:17 +0000
committerMark Wielaard <mark@gcc.gnu.org>2003-02-01 01:36:17 +0000
commitccbaec264d2e76bad78518ec8cf473e3fb8e2049 (patch)
tree10e2ac770f58bb16aef8b4837584fcce0c27ce9b /libjava/Makefile.in
parent36da0e789c94d96d5c45b63d69fbe1daa0284e00 (diff)
downloadgcc-ccbaec264d2e76bad78518ec8cf473e3fb8e2049.tar.gz
gcc-ccbaec264d2e76bad78518ec8cf473e3fb8e2049.tar.bz2
gcc-ccbaec264d2e76bad78518ec8cf473e3fb8e2049.zip
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (gtk_c_headers): Strip trailing / from jniinclude. From-SVN: r62231
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index d008c471faa..0ca9cc8cae2 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -2529,7 +2529,7 @@ libgcj-test.spec.in libgcj.spec.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP_ENV = --best
DIST_SUBDIRS = @DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
@@ -4534,7 +4534,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
$(gtk_c_headers): $(gtk_awt_peer_sources)
- @input=`echo $@ | sed -e 's,jniinclude,,' -e 's,_,.,g' -e 's,.h$$,,'`; \
+ @input=`echo $@ | sed -e 's,jniinclude/,,' -e 's,_,.,g' -e 's,.h$$,,'`; \
echo "$(GCJH) -jni -d jniinclude -classpath '' -bootclasspath $(top_builddir) $$input"; \
$(GCJH) -jni -d jniinclude -classpath '' -bootclasspath $(top_builddir) $$input