From ef16f4242c781d25343403984ad4dd40e821b689 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 27 Dec 2007 23:35:43 +0000 Subject: [PATCH] Made CFLAGS take the PIC_FLAG argument, just as CXXFLAGS does. --- ext/f2c_math/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/f2c_math/Makefile.in b/ext/f2c_math/Makefile.in index fcaea3f10..e10954a80 100644 --- a/ext/f2c_math/Makefile.in +++ b/ext/f2c_math/Makefile.in @@ -25,8 +25,7 @@ CC = @CC@ # C++ compile flags PIC_FLAG=@PIC@ CXX_FLAGS = @CXXFLAGS@ $(CXX_OPT) $(PIC_FLAG) - -CFLAGS = @CFLAGS@ $(CXX_OPT) +CFLAGS = @CFLAGS@ $(CXX_OPT) $(PIC_FLAG) # Local include files CXX_INCLUDES=-I../f2c_libs