dtd_parse.obj depends on dtd_grammar.h, but you can't build

dtd_parse.obj by handing dtd_parse.c *and* dtd_grammar.h to the C
compiler - dtd_grammar.h gets included by dtd_parse.c.

svn path=/trunk/; revision=47488
This commit is contained in:
Guy Harris 2013-02-05 08:57:58 +00:00
parent ace7556d5f
commit d4f5a36ae7
1 changed files with 2 additions and 1 deletions

View File

@ -323,7 +323,8 @@ 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_grammar.h
dtd_parse.obj : dtd_grammar.h
dtd_parse.obj : dtd_parse.c
$(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?
dtd_preparse_lex.h: dtd_preparse.c