changeset 9567:0a4eb56c5676

src/Makefile.in: another update to list of libraries for linking
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2009 11:44:01 -0400
parents 028dd9914276
children d3fccc4c4b9e
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-26  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.in (OCTAVE_LIBS, OCTINTERP_LINK_DEPS):
+	Include BLAS_LIBS in the list.
+
 2009-08-26  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (OCTAVE_LIBS): Include FLIBS in the list.
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -296,6 +296,7 @@
     $(OPENGL_LIBS) $(X11_LIBS) $(CARBON_LIBS) \
     $(READLINE_LIBS) $(TERM_LIBS) \
     $(LIBGLOB) \
+    $(BLAS_LIBS) \
     $(FLIBS) \
     $(LIBS)
 else
@@ -310,7 +311,6 @@
     $(ARPACK_LDFLAGS) $(ARPACK_LIBS) \
     $(QRUPDATE_LDFLAGS) $(QRUPDATE_LIBS) \
     $(SPARSE_LDFLAGS) $(SPARSE_LIBS) \
-    $(BLAS_LIBS) \
     $(REGEX_LDFLAGS) $(REGEX_LIBS) \
     $(CURL_LDFLAGS) $(CURL_LIBS) \
     $(GLPK_LDFLAGS) $(GLPK_LIBS) \
@@ -321,6 +321,7 @@
     $(OPENGL_LIBS) $(X11_LIBS) $(CARBON_LIBS) \
     $(READLINE_LIBS) $(TERM_LIBS) \
     $(LIBGLOB) \
+    $(BLAS_LIBS) \
     $(FLIBS) \
     $(LIBS)
 endif
@@ -332,6 +333,7 @@
   $(OPENGL_LIBS) $(X11_LIBS) $(CARBON_LIBS) \
   $(READLINE_LIBS) $(TERM_LIBS) \
   $(LIBGLOB) \
+  $(BLAS_LIBS) \
   $(FLIBS) \
   $(LIBS)