Fixed make parallel mode (missing dependency in automake).

time-shift
Stéphane Adjemian (Charybdis) 2016-12-01 23:25:01 +01:00
parent 4689805e98
commit 537e384122
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ LIBS += $(MATLAB_LIBS)
mexdir = $(libdir)/dynare/mex/matlab
all-local:
all-local: $(PROGRAMS)
$(MKDIR_P) $(top_srcdir)/../../matlab
cd $(top_srcdir)/../../matlab && \
for p in $(PROGRAMS); do \

View File

@ -19,7 +19,7 @@ LIBS += $(shell $(MKOCTFILE) -p FLIBS)
mexdir = $(libdir)/dynare/mex/octave
all-local:
all-local: $(PROGRAMS)
$(MKDIR_P) $(top_srcdir)/../../octave
cd $(top_srcdir)/../../octave && \
for p in $(PROGRAMS); do \