* Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.

From-SVN: r56266
This commit is contained in:
Geoffrey Keating 2002-08-13 23:11:37 +00:00 committed by Geoffrey Keating
parent 03496eb121
commit a43c89861e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-08-13 Geoffrey Keating <geoffk@redhat.com>
* Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
2002-08-13 Neil Booth <neil@daikokuya.co.uk>
* c-opts.c (c_common_init_options): Extra braces needed.

View File

@ -1246,7 +1246,7 @@ c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_COMMON_H) \
# A file used by all variants of C and some other languages.
attribs.o : attribs.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(OBSTACK_H) flags.h \
attribs.o : attribs.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h \
toplev.h output.h c-pragma.h $(RTL_H) $(GGC_H) $(EXPR_H) $(TM_P_H) \
builtin-types.def $(TARGET_H) langhooks.h