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

build system: make cp thread safe

parent 45e5970b
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ dynare_m_LDADD = macro/libmacro.a
DynareFlex.cc FlexLexer.h: DynareFlex.ll
$(LEX) -o DynareFlex.cc DynareFlex.ll
cp $(LEXINC)/FlexLexer.h .
cp $(LEXINC)/FlexLexer.h . || test -f ./FlexLexer.h
DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy
$(YACC) -o DynareBison.cc DynareBison.yy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment