diff options
author | Vincent Pit <perl@profvince.com> | 2009-08-30 23:11:00 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-08-30 23:11:00 +0200 |
commit | 8d6e18f2d838bb62bb3431d103b145a05cf94e4a (patch) | |
tree | 98420804ecc0fe82d56327f59d7836f0c1d60f2f /Makefile.SH | |
parent | b958685606d4933b0e19ed95988f8351a97b6626 (diff) | |
download | perl-8d6e18f2d838bb62bb3431d103b145a05cf94e4a.tar.gz |
Build Text::Tabs before running mktables, as it needs it
A Makefile hack courtesy of Nicholas.
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index e9ffdcaf82..808c918d89 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -978,7 +978,8 @@ lib/lib.pm: miniperl$(EXE_EXT) $(CONFIGPM) unidatafiles $(unidatafiles): uni.data -uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables +uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables ext/Text-Tabs/pm_to_blib + cd lib/unicore && $(LDLIBPTH) $(RUN) ../../miniperl$(EXE_EXT) -I../../lib mktables -w touch uni.data |