Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Added missing seperator.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Feb 26, 2016
1 parent 2198e43 commit eeef812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ arpack: $(LIBS_DIR)/lib/libarpack$(_SONAME_SUFFIX).so

OCTAVE_VER = 4.1.0+

LDSUITESPARSE =
LDSUITESPARSE = \
'-lamd$(_SONAME_SUFFIX) \
-lcamd$(_SONAME_SUFFIX) \
-lcolamd$(_SONAME_SUFFIX) \
Expand Down

0 comments on commit eeef812

Please sign in to comment.