In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/deae7ad8da4c9f98bf5d8904f0cd08a1948f1107?hp=a193a2dbe32848820392de0a7fd340ca82c2efd9>
- Log ----------------------------------------------------------------- commit deae7ad8da4c9f98bf5d8904f0cd08a1948f1107 Author: Nicholas Clark <[email protected]> Date: Sun Sep 27 07:41:57 2009 +0100 Change the invocation of mktables to the "standard" $(Icwd). ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index 623064a..df87748 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -979,7 +979,7 @@ x2p/s2p: $(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) x2p/s2p.PL unidatafiles $(unidatafiles): uni.data uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext) - $(MINIPERL) -Iext/Cwd/lib lib/unicore/mktables -C lib/unicore -w + $(MINIPERL) $(Icwd) lib/unicore/mktables -C lib/unicore -w touch uni.data # perl$(EXE_EXT) and ext because buildtoc uses Text::Wrap uses re -- Perl5 Master Repository
