diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-27 10:09:53 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-29 05:45:55 +0100 |
commit | 1487a0398caad301d6ecd6979babb330fcee0c17 (patch) | |
tree | 0bece8a1fa686fd92a1b662751dc7001c4ccc660 /Makefile.SH | |
parent | 5341b2b7ab11bc31f63ac7a675e74106418d0661 (diff) | |
download | perl-1487a0398caad301d6ecd6979babb330fcee0c17.tar.gz |
Move Cwd from ext/ to cpan/
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index df877487ff..7e6a099844 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -477,7 +477,7 @@ obj = $(ndt_obj) $(DTRACE_O) perltoc_pod_prereqs = extra.pods pod/perlapi.pod pod/perldelta.pod pod/perlintern.pod pod/perlmodlib.pod generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) -Icwd = -Iext/Cwd -Iext/Cwd/lib +Icwd = -Icpan/Cwd -Icpan/Cwd/lib lintflags = \ -b \ |