aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@gcc.gnu.org>2000-08-02 04:25:13 +0100
committerBryce McKinlay <bryce@gcc.gnu.org>2000-08-02 04:25:13 +0100
commit79c2c6da2c5621208eec12f608b672856d38f6a3 (patch)
tree556ab79d201319b851c2f2d9e51c1aa93043fd03 /libjava/Makefile.in
parentcb7c7fc50e8683bf42be3beac8dbaeca3f00a76b (diff)
downloadgcc-79c2c6da2c5621208eec12f608b672856d38f6a3.zip
gcc-79c2c6da2c5621208eec12f608b672856d38f6a3.tar.gz
gcc-79c2c6da2c5621208eec12f608b672856d38f6a3.tar.bz2
[multiple changes]
2000-08-02 Bryce McKinlay <bryce@albatross.co.nz> * interpret.cc (_Jv_InterpMethod::continue1): Type of `fun' changed to match C declaration in ffi.h. * Makefile.am: Add java/awt/Button.java. * Makefile.in: Rebuilt. 2000-07-29 Alexandre Petit-Bianco <apbianco@cygnus.com> * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Type of the cast of the second argument to `ffi_raw_call' changed to match prototype. 2000-07-26 Alexandre Petit-Bianco <apbianco@cygnus.com> * jni.cc (_Jv_JNIMethod::call): Type of the cast of the second argument to `ffi_raw_call' changed to match prototype. From-SVN: r35418
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in18
1 files changed, 10 insertions, 8 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index 87ceae1..6b1ac69 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -270,6 +270,7 @@ java/awt/AWTEventMulticaster.java \
java/awt/AWTException.java \
java/awt/ActiveEvent.java \
java/awt/Adjustable.java \
+java/awt/Button.java \
java/awt/BorderLayout.java \
java/awt/CheckboxGroup.java \
java/awt/Color.java \
@@ -1048,14 +1049,15 @@ DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
.deps/java/awt/AWTError.P .deps/java/awt/AWTEvent.P \
.deps/java/awt/AWTEventMulticaster.P .deps/java/awt/AWTException.P \
.deps/java/awt/ActiveEvent.P .deps/java/awt/Adjustable.P \
-.deps/java/awt/BorderLayout.P .deps/java/awt/CheckboxGroup.P \
-.deps/java/awt/Color.P .deps/java/awt/Component.P \
-.deps/java/awt/ComponentOrientation.P .deps/java/awt/Container.P \
-.deps/java/awt/Cursor.P .deps/java/awt/Dimension.P \
-.deps/java/awt/Event.P .deps/java/awt/EventDispatchThread.P \
-.deps/java/awt/EventQueue.P .deps/java/awt/Font.P \
-.deps/java/awt/FontMetrics.P .deps/java/awt/Frame.P \
-.deps/java/awt/Graphics.P .deps/java/awt/GraphicsConfiguration.P \
+.deps/java/awt/BorderLayout.P .deps/java/awt/Button.P \
+.deps/java/awt/CheckboxGroup.P .deps/java/awt/Color.P \
+.deps/java/awt/Component.P .deps/java/awt/ComponentOrientation.P \
+.deps/java/awt/Container.P .deps/java/awt/Cursor.P \
+.deps/java/awt/Dimension.P .deps/java/awt/Event.P \
+.deps/java/awt/EventDispatchThread.P .deps/java/awt/EventQueue.P \
+.deps/java/awt/Font.P .deps/java/awt/FontMetrics.P \
+.deps/java/awt/Frame.P .deps/java/awt/Graphics.P \
+.deps/java/awt/GraphicsConfiguration.P \
.deps/java/awt/IllegalComponentStateException.P .deps/java/awt/Image.P \
.deps/java/awt/Insets.P .deps/java/awt/ItemSelectable.P \
.deps/java/awt/Label.P .deps/java/awt/LayoutManager.P \