]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
authorGeoffrey Keating <geoffk@redhat.com>
Tue, 13 Aug 2002 23:11:37 +0000 (23:11 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 13 Aug 2002 23:11:37 +0000 (23:11 +0000)
From-SVN: r56266

gcc/ChangeLog
gcc/Makefile.in

index ea1be68c771debc958dab7636afa9acb3a6601ba..9e56da5d5ec8884da06245fd96e9f8d015e392ff 100644 (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.
index af83d1eafc0baccc7ba4ef98a6bd71d1866fc55d..658fce34e2c2951981e06945d644b665eaf4b527 100644 (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