From c16ed24f64164f4a70fd859322a4e22a5a32d4b1 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 30 Mar 2015 11:14:44 +0200
Subject: [PATCH] build system: changes for #862 broke preprocessor parallel
 build

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 12157780..4ea6bf6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,7 @@ DynareFlex.cc FlexLexer.h: DynareFlex.ll
 DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy
 	$(YACC) -o DynareBison.cc DynareBison.yy
 
-all-local:
+all-local: $(PROGRAMS)
 	if [ -z "`file $(PROGRAMS) | grep x86.64`" ]; then \
 	  ARCH="32"; \
 	else \
-- 
GitLab