aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2000-12-06 21:22:23 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-12-06 21:22:23 +0000
commitef9508c09368955164b136fe0e710a84b6f5159e (patch)
treeea07b1806ab281ae94d017fa9c5d2522893df4ff /libjava/Makefile.in
parent456ffe4c68688f709ac05dc08027bfb6c8cde7d8 (diff)
downloadgcc-ef9508c09368955164b136fe0e710a84b6f5159e.tar.gz
gcc-ef9508c09368955164b136fe0e710a84b6f5159e.tar.bz2
gcc-ef9508c09368955164b136fe0e710a84b6f5159e.zip
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (awt_java_source_files): Added new file. * java/awt/GridBagConstraints.java: New file. From-SVN: r38076
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index f2426faee19..396d34de4c2 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -363,6 +363,7 @@ java/awt/Frame.java \
java/awt/Graphics.java \
java/awt/Graphics2D.java \
java/awt/GraphicsConfiguration.java \
+java/awt/GridBagConstraints.java \
java/awt/GridLayout.java \
java/awt/IllegalComponentStateException.java \
java/awt/Image.java \
@@ -1329,7 +1330,8 @@ DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
.deps/java/awt/FlowLayout.P .deps/java/awt/Font.P \
.deps/java/awt/FontMetrics.P .deps/java/awt/Frame.P \
.deps/java/awt/Graphics.P .deps/java/awt/Graphics2D.P \
-.deps/java/awt/GraphicsConfiguration.P .deps/java/awt/GridLayout.P \
+.deps/java/awt/GraphicsConfiguration.P \
+.deps/java/awt/GridBagConstraints.P .deps/java/awt/GridLayout.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 \