Avoid building ascend.h and ascend.c in parallel (2 bison's running at the same time sometimes results in corrupted output).

svn path=/trunk/; revision=50524
This commit is contained in:
Jeff Morriss 2013-07-12 03:35:44 +00:00
parent 7a3ea48eb8
commit fae759b793
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@ ascend_scanner_lex.h : ascend_scanner.c
ascend_scanner.c: ascend.h
ascend.c ascend.h: ascend.y
ascend.h: ascend.c
ascend.c: ascend.y
@if [ -z "$(YACC)" ]; then \
echo "Neither bison nor byacc has been found"; \
exit 1; \