summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-10-09 22:18:26 +1100
committerBrendan O'Dea <bod@debian.org>2014-10-09 22:18:26 +1100
commit018d7bdc6df49da30c0035b024d6a9b4279dd92a (patch)
tree480a3feb65cad4db167499a9873d5a4324f242be /Makefile.in
parentb2f0cc08759f982e4a715886c362c5ebd787c8a5 (diff)
downloadhelp2man-018d7bdc6df49da30c0035b024d6a9b4279dd92a.tar.gz
Use dpkg makefile includes to get the correct compiler/linker flags for Debian
Policy; update standards version
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5952384..bd5d18d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,7 +144,7 @@ $(target).h2m: $(srcdir)/$(target).h2m.PL
preload: $(preload).so
$(preload).so: $(srcdir)/$(preload).c
- $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS)
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ -fPIC -shared $? $(LIBS)
man: $(target).1
$(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL