Skip to content
Snippets Groups Projects
Commit c16ed24f authored by Houtan Bastani's avatar Houtan Bastani
Browse files

build system: changes for #862 broke preprocessor parallel build

parent de50db66
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ DynareFlex.cc FlexLexer.h: DynareFlex.ll ...@@ -68,7 +68,7 @@ DynareFlex.cc FlexLexer.h: DynareFlex.ll
DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy
$(YACC) -o DynareBison.cc DynareBison.yy $(YACC) -o DynareBison.cc DynareBison.yy
all-local: all-local: $(PROGRAMS)
if [ -z "`file $(PROGRAMS) | grep x86.64`" ]; then \ if [ -z "`file $(PROGRAMS) | grep x86.64`" ]; then \
ARCH="32"; \ ARCH="32"; \
else \ else \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment