dtd_parse.c includes dtd_grammar.h; make sure we build dtd_grammar.h

before trying to compile dtd_parse.c

svn path=/trunk/; revision=47487
This commit is contained in:
Guy Harris 2013-02-05 08:42:27 +00:00
parent b793e9069b
commit ace7556d5f
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ diam_dict.obj : diam_dict.c
$(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?
dtd_parse_lex.h: dtd_parse.c
dtd_parse.obj : dtd_parse.c
dtd_parse.obj : dtd_parse.c dtd_grammar.h
$(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?
dtd_preparse_lex.h: dtd_preparse.c