aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.se>1999-08-31 00:42:01 +0200
committerJeff Law <law@gcc.gnu.org>1999-08-30 16:42:01 -0600
commit24c30b28cd045eaa81d5a1585415710cb4bc1633 (patch)
treeb3e19a8fdae171f775173ceff7f6c776fcc37401 /gcc
parent252215a77a861fb880bbc09dc52c29189d3041c3 (diff)
downloadgcc-24c30b28cd045eaa81d5a1585415710cb4bc1633.zip
gcc-24c30b28cd045eaa81d5a1585415710cb4bc1633.tar.gz
gcc-24c30b28cd045eaa81d5a1585415710cb4bc1633.tar.bz2
* Makefile.in (xref.o): Depend on xref.c explicitly.
From-SVN: r28988
Diffstat (limited to 'gcc')
-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 edbed36..79e18aa 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 073de95..bca2c9e 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