From 08175f5ebc36ab7edfdf2a02bcd4d7d850090796 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 17 Oct 1999 20:14:05 +0000 Subject: [PATCH] VPI modules must be position-independent. --- vpi/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpi/Makefile.in b/vpi/Makefile.in index 42ee5d309..551708252 100644 --- a/vpi/Makefile.in +++ b/vpi/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.4 1999/08/31 23:00:08 steve Exp $" +#ident "$Id: Makefile.in,v 1.5 1999/10/17 20:14:05 steve Exp $" # # SHELL = /bin/sh @@ -41,7 +41,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -CPPFLAGS = @CPPFLAGS@ @DEFS@ +CPPFLAGS = @CPPFLAGS@ @DEFS@ -fpic CXXFLAGS = @CXXFLAGS@ LDFLAGS = @LDFLAGS@