From 7dcb04e035b65ed2a6f50655c72ade4efa7d6dc3 Mon Sep 17 00:00:00 2001 From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Thu, 17 Sep 2009 12:06:44 +0000 Subject: [PATCH] Build system: don't use symlinks under Cygwin, MATLAB doesn't understand them git-svn-id: https://www.dynare.org/svn/dynare/trunk@2939 ac1d8469-bf42-47a9-8791-bf33cf982152 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 35e2e817..f1580cfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy $(YACC) -o DynareBison.cc DynareBison.yy all-local: - cd ../matlab && $(LN_S) -f $(abs_srcdir)/$(PROGRAMS) + cd ../matlab && $(LN_S) -f $(abs_srcdir)/$(PROGRAMS) $(PROGRAMS) if HAVE_DOXYGEN html-local: -- GitLab