Wireshark-commits: [Wireshark-commits] rev 47504: /trunk/plugins/mate/ /trunk/plugins/mate/: Makefi

Date: Tue, 05 Feb 2013 21:49:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47504

User: guy
Date: 2013/02/05 01:49 PM

Log:
 mate_parser.obj depends on mate_grammar.h, as it's built from
 mate_parser.c and mate_parser.c includes mate_grammar.h, so we need to
 make sure mate_grammar.h is built before we try to compile
 mate_parser.c.  However, mate_parser.obj isn't built by trying to
 compile mate_grammar.h, so don't use $? in the $(CC) line, as that will
 cause it to try to compile *all* the dependencies.
 
 Add a comment to explain why mate_parser_lex.h depends on mate_parser.c.

Directory: /trunk/plugins/mate/
  Changes    Path              Action
  +6 -1      Makefile.nmake    Modified