* Makefile.in (xref.o): Depend on xref.c explicitly.
authorHans-Peter Nilsson <hp@axis.se>
Mon, 30 Aug 1999 22:42:01 +0000 (00:42 +0200)
committerJeff Law <law@gcc.gnu.org>
Mon, 30 Aug 1999 22:42:01 +0000 (16:42 -0600)
From-SVN: r28988

gcc/java/ChangeLog
gcc/java/Makefile.in

index edbed36bb0671448a6080e4416cd4c1f2451b9a0..79e18aae7fe695aa9507f799e802c99724eef1e0 100644 (file)
@@ -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*.
index 073de958d9a43d35e4ebf8d0a0ae9d1ce536bf16..bca2c9ecb78ab8751731efe7f43ca78ef36966b9 100644 (file)
@@ -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