Commit a43c8986 by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r56266
parent 03496eb1
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment