* Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
From-SVN: r56266
This commit is contained in:
parent
03496eb121
commit
a43c89861e
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user