From: Guy Harris Date: Tue, 5 Feb 2013 09:09:12 +0000 (-0000) Subject: mate_parser.c includes mate_grammar.h, so make mate_parser.obj depend on X-Git-Url: http://git.samba.org/?p=metze%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=68b610c304628fa1df723fc99f72921c35a03d83 mate_parser.c includes mate_grammar.h, so make mate_parser.obj depend on mate_grammar.h. svn path=/trunk/; revision=47490 --- diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake index 4715666579..d94ef8127d 100644 --- a/plugins/mate/Makefile.nmake +++ b/plugins/mate/Makefile.nmake @@ -124,6 +124,7 @@ maintainer-clean: distclean RUNLEX = ..\..\tools\runlex.sh mate_parser_lex.h : mate_parser.c +mate_parser.obj : mate_grammar.h mate_parser.obj : mate_parser.c $(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?