aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>2000-06-10 01:45:52 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-06-10 01:45:52 +0000
commit77665459300565e603d38f646d493492a32ccdce (patch)
treec150089741842678ffb807eaed96417490a05e08 /gcc/Makefile.in
parentf8a83ee3a90a5da4bbb83dd424e54028b033efb7 (diff)
downloadgcc-77665459300565e603d38f646d493492a32ccdce.zip
gcc-77665459300565e603d38f646d493492a32ccdce.tar.gz
gcc-77665459300565e603d38f646d493492a32ccdce.tar.bz2
* Makefile.in (c-parse.o): Also depend on output.h.
From-SVN: r34480
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index f4d31af..699f72a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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