This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A Makefile.in patch



  In message <m0yq1cQ-000265C@ocean.lucon.org>you write:
  > Hi,
  > 
  > This fixed the build warning:
  > 
  > make[3]: Circular gencheck <- tree-check.h dependency dropped.
  > 
  > gencheck.c only includes tree.def, not tree.h.
  > 
  > -- 
  > H.J. Lu (hjl@gnu.org)
  > --
  > Sat Jun 27 13:29:07 1998  H.J. Lu  (hjl@gnu.org)
  > 
  > 	* Makefile.in (gencheck): Change $(TREE_H) to tree.def.
I fixed this in a different way.  gencheck itself shouldn't depend on
the tree stuff at all.  Only gencheck.o should depend on the tree stuff

Also note that until we get a new assignment in place for you we can not
integrate any of your patches.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]