diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-19 11:53:11 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-19 11:53:11 +0100 |
commit | 83f40c94048fdbb191199226697fba08ab108a75 (patch) | |
tree | 7274fcbb1a1797d3ba9bab4b68bea9adca7f3924 /Makefile.SH | |
parent | 978463b2c6a3c34cabcf3e18bb7d2e41abf7f9ef (diff) | |
download | perl-83f40c94048fdbb191199226697fba08ab108a75.tar.gz |
Reuinte File::Spec with the rest of the PathTools distribution in ext.
It can't really be renamed from ext/Cwd to ext/PathTools, because Configure and
Makefile.SH need to know the name of the shared object produced, and they infer
this from the name of the directory.
This concludes the migration of modules from lib to ext. Exporter and version
remain in lib, but I don't think that there is any benefit in trying to move
either of them.
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 a04995323d..b29542aa81 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -468,7 +468,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 +Icwd = -Iext/Cwd -Iext/Cwd/lib lintflags = \ -b \ |