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: PATCH: Remove generated YACC stuff



  objc-parse.y: c-parse.in
	  (rule to build objc-parse.y)
  c-parse.y: objc-parse.y c-parse.in
	  (rule to build c-parse.y)

If we're going to do that, why not just have both rules, without the
extra dependency?  That seems simplest, and should work with parallel
make.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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