Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22096 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Michael Kloeppel committed Sep 2, 2014
1 parent c28f099 commit c4fb485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.common
Expand Up @@ -126,8 +126,8 @@ build/lib/omc/libumfpack.a: 3rdParty/SuiteSparse/UMFPACK/Makefile
#cp -a 3rdParty/SuiteSparse/UFconfig/*.h build/include/omc/c/suitesparse
umfpack: build/lib/omc/libumfpack.a

umfpack-clean:
cd 3rdParty/SuiteSparse/build && make clean
umfpack-clean:
test -d 3rdParty/SuiteSparse/build && cd 3rdParty/SuiteSparse/build && make clean
rm -rf build/include/omc/c/suitesparse
rm -f build/lib/omc/libumfpack.a
rm -f build/lib/omc/libamd.a
Expand Down

0 comments on commit c4fb485

Please sign in to comment.