changeset 3049:b374f89bc920

fix USE_PIC_FLAG substitution in Makefile.in
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jun 2013 17:19:44 -0400
parents 5ef49fb3299d
children 5e8414a77b7d
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Jun 14 16:51:29 2013 -0400
+++ b/Makefile.in	Fri Jun 14 17:19:44 2013 -0400
@@ -33,7 +33,7 @@
 BUILD_SHARED := @BUILD_SHARED@
 BUILD_STATIC := @BUILD_STATIC@
 
-USE_PIC_FLAG := @BUILD_STATIC@
+USE_PIC_FLAG := @USE_PIC_FLAG@
 
 # Attempt to build Octave and dependencies with 64-bit indexing
 # enabled (experimental; requires 64-bit system and compiler).