public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* attribs.o dependency fix
@ 2002-08-13 16:03 Geoffrey Keating
  0 siblings, 0 replies; only message in thread
From: Geoffrey Keating @ 2002-08-13 16:03 UTC (permalink / raw)
  To: gcc-patches


I think Zack noticed this.

Bootstrapped & tested on x86-linux.

-- 
Geoff Keating <geoffk@redhat.com>

===File ~/patches/gcc-attribdeps.patch======================
2002-08-06  Geoffrey Keating  <geoffk@redhat.com>

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

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.926
diff -p -u -p -r1.926 Makefile.in
--- Makefile.in	7 Aug 2002 01:57:38 -0000	1.926
+++ Makefile.in	13 Aug 2002 23:02:54 -0000
@@ -1235,7 +1235,7 @@ c-pretty-print.o : c-pretty-print.c c-pr
 
 # 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
 
============================================================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-13 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-13 16:03 attribs.o dependency fix Geoffrey Keating

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).