summarylogtreecommitdiffstats
path: root/makefile.shared.st
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.shared.st')
-rw-r--r--makefile.shared.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.shared.st b/makefile.shared.st
index 3e16e7485f6c..d3911dab2acc 100644
--- a/makefile.shared.st
+++ b/makefile.shared.st
@@ -11,9 +11,9 @@ libf77blas.so : libf77blas.a libatlas.so
ld $(LDFLAGS) -shared -soname libblas.so.3 -o $@ --whole-archive \
libf77blas.a --no-whole-archive $(F77SYSLIB) -L. -latlas
-libcblas.so : libcblas.a libatlas.so
+libcblas.so : libcblas.a libatlas.so libblas.so
ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libcblas.a \
- -L. -latlas
+ -L. -latlas -lblas
libblas.so: libf77blas.so
ln -s $< $@