Skip to content
Snippets Groups Projects
Commit 7dcb04e0 authored by sebastien's avatar sebastien
Browse files

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
parent 2da1832a
Branches
Tags
No related merge requests found
...@@ -62,7 +62,7 @@ DynareBison.cc DynareBison.hh location.hh stack.hh position.hh: DynareBison.yy ...@@ -62,7 +62,7 @@ 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:
cd ../matlab && $(LN_S) -f $(abs_srcdir)/$(PROGRAMS) cd ../matlab && $(LN_S) -f $(abs_srcdir)/$(PROGRAMS) $(PROGRAMS)
if HAVE_DOXYGEN if HAVE_DOXYGEN
html-local: html-local:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment