Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
00c73845
Commit
00c73845
authored
Feb 01, 2010
by
Sébastien Villemot
Browse files
Build system: further fixes for possibly empty directories (needed because of Git migration)
parent
cb1cc404
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/build/matlab/mex.am
View file @
00c73845
...
...
@@ -17,4 +17,6 @@ all-local:
done
clean-local:
cd $(top_srcdir)/../../matlab && rm -f $(PROGRAMS)
if test -d $(top_srcdir)/../../matlab; then \
cd $(top_srcdir)/../../matlab && rm -f $(PROGRAMS); \
fi
mex/build/octave/mex.am
View file @
00c73845
...
...
@@ -29,4 +29,6 @@ all-local:
done
clean-local:
cd $(top_srcdir)/../../octave && rm -f $(PROGRAMS)
if test -d $(top_srcdir)/../../octave; then \
cd $(top_srcdir)/../../octave && rm -f $(PROGRAMS); \
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment