From: Hans-Peter Nilsson Date: Mon, 30 Aug 1999 22:42:01 +0000 (+0200) Subject: * Makefile.in (xref.o): Depend on xref.c explicitly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24c30b28cd045eaa81d5a1585415710cb4bc1633;p=gcc.git * Makefile.in (xref.o): Depend on xref.c explicitly. From-SVN: r28988 --- 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 + + * Makefile.in (xref.o): Depend on xref.c explicitly. + 1999-08-29 Kaveh R. Ghazi * 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