diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-27 07:41:57 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-27 07:41:57 +0100 |
commit | deae7ad8da4c9f98bf5d8904f0cd08a1948f1107 (patch) | |
tree | a125c32b20c747e807d070a47e562928632109b5 | |
parent | a193a2dbe32848820392de0a7fd340ca82c2efd9 (diff) | |
download | perl-deae7ad8da4c9f98bf5d8904f0cd08a1948f1107.tar.gz |
Change the invocation of mktables to the "standard" $(Icwd).
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 623064a11b..df877487ff 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 |