Makefile.in: Rebuilt.
authorMark Wielaard <mark@klomp.org>
Sat, 1 Feb 2003 01:36:17 +0000 (01:36 +0000)
committerMark Wielaard <mark@gcc.gnu.org>
Sat, 1 Feb 2003 01:36:17 +0000 (01:36 +0000)
       * Makefile.in: Rebuilt.
       * Makefile.am (gtk_c_headers): Strip trailing / from jniinclude.

From-SVN: r62231

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index c060e1c26042d8d4620350a8a6c09e225732a460..8b181d89f453bf33714e8b7129d1cf469132be08 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-31  Mark WIelaard  <mark@klomp.org>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (gtk_c_headers): Strip trailing / from jniinclude.
+
 2003-01-31  Tom Tromey  <tromey@redhat.com>
 
        * jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can be
index 92bfc1e09d52ad562737fb49359197c8e2618673..45495f8dafb430fe7829f8079ab4b6d26a89617b 100644 (file)
@@ -231,7 +231,7 @@ gtk_c_headers = $(patsubst %.java,jniinclude/%.h,$(subst /,_,$(gtk_awt_peer_sour
 
 $(gtk_c_headers): $(gtk_awt_peer_sources)
 ## FIXME: GNU make.
-       @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
 
index d008c471faaa1a22ecfc3393dd748d322d4d0df3..0ca9cc8cae2511aa77efecb0c120ba3a6869ebeb 100644 (file)
@@ -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