diff src/Makefile.in @ 4104:fef735180134

[project @ 2002-10-15 20:28:20 by jwe]
author jwe
date Tue, 15 Oct 2002 20:28:21 +0000
parents 677c5f3a15be
children bf4f52245d11
line wrap: on
line diff
--- a/src/Makefile.in	Mon Oct 14 21:20:49 2002 +0000
+++ b/src/Makefile.in	Tue Oct 15 20:28:21 2002 +0000
@@ -234,7 +234,9 @@
     LIBRARIES = liboctinterp.$(LIBEXT) liboctinterp.$(SHLEXT_VER)
   else
     LIBRARIES = liboctinterp.$(SHLEXT_VER)
-    XERBLA = ../libcruft/blas-xtra/pic/xerbla.o
+    ifdef FPICFLAG
+      XERBLA = ../libcruft/blas-xtra/pic/xerbla.o
+    endif
   endif
 else
   ifeq ($(STATIC_LIBS), true)