* Makefile.in (xref.o): Depend on xref.c explicitly.
From-SVN: r28988
This commit is contained in:
parent
252215a77a
commit
24c30b28cd
2 changed files with 5 additions and 1 deletions
|
@ -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*.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue