diff options
author | Vincent Pit <perl@profvince.com> | 2011-09-05 00:11:24 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2011-09-05 00:11:24 +0200 |
commit | cc0b6dc4f07b23d8ea229429827e5fe3026a947a (patch) | |
tree | 353a521b2e5e358f0c8ed29ae8f5b48db1552ec3 /Makefile.SH | |
parent | 50b3d220823bfa1e04c698deea9d3bd525951357 (diff) | |
download | perl-cc0b6dc4f07b23d8ea229429827e5fe3026a947a.tar.gz |
Pass -Idist/Carp/lib to miniperl
The build was broken by the move of Carp from lib to dist, because
miniperl calls perlmodlib.PL, perlmodlib.PL loads FindBin, and FindBin
wants Carp.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 6b824f5143..18ef6aae08 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -471,7 +471,7 @@ perltoc_pod_prereqs = extra.pods pod/perl5153delta.pod pod/perlapi.pod pod/perli generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) generated_headers = uudmap.h bitcount.h mg_data.h -Icwd = -Idist/Cwd -Idist/Cwd/lib +Icwd = -Idist/Cwd -Idist/Cwd/lib -Idist/Carp/lib lintflags = \ -b \ |