[treessa] Fix dependencies

Andreas Jaeger aj@suse.de
Sun Jan 26 14:48:00 GMT 2003


I just got during a parallel make:

make[2]: *** No rule to make target `gt-dependence.h', needed by `dependence.o'.  Stop.

I've committed the appended patch as obvious to fix the bootstrap
problem on i686-linux-gnu,

Andreas

2003-01-26  Andreas Jaeger  <aj@suse.de>

	* Makefile.in (gt-dependence.h): New rule.

============================================================
Index: gcc/Makefile.in
--- gcc/Makefile.in	17 Jan 2003 19:52:18 -0000	1.903.2.64
+++ gcc/Makefile.in	26 Jan 2003 14:17:05 -0000
@@ -1993,6 +1993,7 @@ gt-c-common.h gt-c-decl.h gt-c-parse.h g
 gt-tree-alias-common.h : s-gtype ; @true
 gt-tree-alias-type.h : s-gtype ; @true
 gt-tree-mudflap.h : s-gtype ; @true
+gt-dependence.h : s-gtype ; @true
 gt-c-objc-common.h gtype-c.h gt-location.h gt-stringpool.h : s-gtype ; @true
 
 gtyp-gen.h: Makefile

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc-patches mailing list