Skip to content

Commit

Permalink
Run mkbuilddirs for qwt
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23444 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 19, 2014
1 parent c099be2 commit fa23f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -89,9 +89,9 @@ qtclean: qtclean-common
else
qwt-build:
$(MAKE) -C 3rdParty/qwt -f Makefile.unix
build/lib/omc/libomqwt.so: qwt-build
build/lib/omc/libomqwt.so: mkbuilddirs qwt-build
cp -a 3rdParty/qwt/lib/libomqwt.so* build/lib/omc/
build/lib/omc/libomqwt.dylib: qwt-build
build/lib/omc/libomqwt.dylib: mkbuilddirs qwt-build
cp -a 3rdParty/qwt/lib/libomqwt*dylib build/lib/omc/
install_name_tool -id @rpath/libomqwt.6.2.0.dylib build/lib/omc/libomqwt.6.2.0.dylib

Expand Down

0 comments on commit fa23f7b

Please sign in to comment.