summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2003-07-09 21:59:07 +0000
committerBrendan O'Dea <bod@debian.org>2003-07-09 21:59:07 +0000
commit4b386f4239d6c1c53566180ae3100cc75985781e (patch)
tree08b7dc862d1a016e2e136c31370ec83c0f11e8ee /Makefile.in
parentc85abee847085847fe7fc959b66b84b26e89d213 (diff)
downloadhelp2man-4b386f4239d6c1c53566180ae3100cc75985781e.tar.gz
Build preload with -fPIC. Closes: #200632.v1.32.2
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 368ed16..dc9815d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.16 2003-07-09 14:47:20 bod Exp $
+# $Id: Makefile.in,v 1.17 2003-07-09 21:59:07 bod Exp $
SHELL = @SHELL@
VPATH = @srcdir@
@@ -94,7 +94,7 @@ $(target): $(srcdir)/$(target).PL
$(PERL) $?
$(hack).so: $(srcdir)/$(hack).c
- $(CC) -o $@ -shared $?
+ $(CC) -o $@ -fPIC -shared $?
man: $(target).1 $(target).fr.1
$(target).1: $(target) $(srcdir)/$(target).h2m