mate_parser.c includes mate_grammar.h, so make mate_parser.obj depend on

mate_grammar.h.

svn path=/trunk/; revision=47490
This commit is contained in:
Guy Harris 2013-02-05 09:09:12 +00:00
parent e9376dcf4c
commit 68b610c304
1 changed files with 1 additions and 0 deletions

View File

@ -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 $?