diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 10:18:20 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 10:29:53 +0100 |
commit | 58fa074c95937d22a584fe789986e618c9fec5ff (patch) | |
tree | ef944538db3cca8895fc3b0fc132755b9c50f369 /Makefile.SH | |
parent | 36ff7f95732aeec6ca1f7152b75dbedf5ce669d1 (diff) | |
download | perl-58fa074c95937d22a584fe789986e618c9fec5ff.tar.gz |
Specify in Makefile what generates pod/perluniprops.pod
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 3a42516d3f..0f9c18b3bb 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -982,7 +982,7 @@ $(plextract): $(MINIPERL_EXE) $(CONFIGPM) x2p/s2p $(dynamic_ext) x2p/s2p: $(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) x2p/s2p.PL cd x2p; $(LDLIBPTH) $(MAKE) s2p -unidatafiles $(unidatafiles): uni.data +unidatafiles $(unidatafiles) pod/perluniprops.pod: uni.data uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext) $(MINIPERL) $(Icwd) lib/unicore/mktables -C lib/unicore -P pod -T t/re/uniprops.t -p |