summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index edbed36bb06..79e18aae7fe 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+Mon Aug 30 16:41:41 1999 Hans-Peter Nilsson <hp@axis.se>
+
+ * Makefile.in (xref.o): Depend on xref.c explicitly.
+
1999-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* java-tree.h (lang_printable_name): Constify a char*.
diff --git a/gcc/java/Makefile.in b/gcc/java/Makefile.in
index 073de958d9a..bca2c9ecb78 100644
--- a/gcc/java/Makefile.in
+++ b/gcc/java/Makefile.in
@@ -318,7 +318,7 @@ typeck.o : typeck.c $(CONFIG_H) $(JAVA_TREE_H) jcf.h convert.h \
$(srcdir)/../toplev.h $(srcdir)/../system.h
verify.o : verify.c $(CONFIG_H) $(JAVA_TREE_H) jcf.h javaop.h java-opcodes.h \
java-except.h $(srcdir)/../toplev.h $(srcdir)/../system.h
-xref.o : xref.h $(CONFIG_H) $(JAVA_TREE_H) $(srcdir)/../toplev.h \
+xref.o : xref.c xref.h $(CONFIG_H) $(JAVA_TREE_H) $(srcdir)/../toplev.h \
$(srcdir)/../system.h
zextract.o : zextract.c $(CONFIG_H) $(srcdir)/../system.h zipfile.h