From: Nicholas Clark Date: Sun, 20 Sep 2009 11:37:36 +0000 (+0100) Subject: On Unix, use the -C option to mktables rather than an explicit chdir. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f4049bb95f8658e3406d8081c1fd575ef5da89a;p=p5sagit%2Fp5-mst-13.2.git On Unix, use the -C option to mktables rather than an explicit chdir. This makes generating the -I options for the command line clearer. --- diff --git a/Makefile.SH b/Makefile.SH index deb5444..477610a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -970,7 +970,7 @@ x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) $(dynamic_ext) x2p/s2p.PL unidatafiles $(unidatafiles): uni.data uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext) - cd lib/unicore && $(LDLIBPTH) $(RUN) ../../miniperl$(EXE_EXT) -I../../lib -I../../ext/Cwd/lib mktables -w + $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib -Iext/Cwd/lib lib/unicore/mktables -C lib/unicore -w touch uni.data # perl$(EXE_EXT) and ext because buildtoc uses Text::Wrap uses re