* Makefile.in (c-parse.o): Also depend on output.h.
From-SVN: r34480
This commit is contained in:
parent
f8a83ee3a9
commit
7766545930
@ -1,3 +1,7 @@
|
||||
2000-06-09 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* Makefile.in (c-parse.o): Also depend on output.h.
|
||||
|
||||
2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
|
||||
|
@ -1069,7 +1069,8 @@ s-crt0: $(CRT0_S) $(MCRT0_S) $(GCC_PASSES) $(CONFIG_H)
|
||||
# C language specific files.
|
||||
|
||||
c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h $(GGC_H) \
|
||||
$(srcdir)/c-parse.h c-tree.h c-common.h input.h flags.h system.h toplev.h
|
||||
$(srcdir)/c-parse.h c-tree.h c-common.h input.h flags.h system.h \
|
||||
toplev.h output.h
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/c-parse.c
|
||||
$(srcdir)/c-parse.h: $(srcdir)/c-parse.c
|
||||
$(srcdir)/c-parse.c: $(srcdir)/c-parse.y
|
||||
|
Loading…
Reference in New Issue
Block a user