summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-05-05 18:00:38 +0100
committerNicholas Clark <nick@ccl4.org>2009-05-05 18:06:58 +0100
commit41881f258141f855e2a5a700124acdf89e466dec (patch)
tree145f2879745d8838f57e4ffc61804d220887125b /Makefile.SH
parent045cad9882c9f6627b184bc0df58f61cf25b5cd7 (diff)
downloadperl-41881f258141f855e2a5a700124acdf89e466dec.tar.gz
Add $(LDLIBPTH) to the documentation generation command lines.
(A perl build with a shared libperl needs this.)
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 1156bfc2f5..f8a115f666 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -976,10 +976,10 @@ uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
# But also this ensures that all extensions are built before we try to scan
# them, which picks up Devel::PPPort's documentation.
pod/perltoc.pod: $(perltoc_pod_prereqs) perl$(EXE_EXT) $(ext) pod/buildtoc
- $(RUN) ./perl$(EXE_EXT) -Ilib pod/buildtoc --build-toc -q
+ $(LDLIBPTH) $(RUN) ./perl$(EXE_EXT) -Ilib pod/buildtoc --build-toc -q
pod/perlapi.pod pod/perlintern.pod: miniperl$(EXE_EXT) autodoc.pl embed.fnc
- $(RUN) ./miniperl$(EXE_EXT) -Ilib autodoc.pl
+ $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib autodoc.pl
pod/perldelta.pod: pod/perl5110delta.pod
$(LNS) perl5110delta.pod pod/perldelta.pod