Navigation Menu

Skip to content

Commit

Permalink
VPI modules must be position-independent.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Oct 17, 1999
1 parent 2e15006 commit 08175f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpi/Makefile.in
Expand Up @@ -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
Expand All @@ -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@

Expand Down

0 comments on commit 08175f5

Please sign in to comment.