summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-08-30 23:31:31 +0200
committerVincent Pit <perl@profvince.com>2009-08-30 23:31:55 +0200
commit07633207501a34c9ddb4667a7edf8f9420aef2ca (patch)
tree84b701f8d2e5fcfbbf7a3d874509c7494fdf4046 /Makefile.SH
parenta1095a4f24eae80e3fe213e9767581fedc24e3ac (diff)
downloadperl-07633207501a34c9ddb4667a7edf8f9420aef2ca.tar.gz
Revert "Build Text::Tabs before running mktables, as it needs it"
This is no longer needed after reverting 4f87fa576f174a31e6d8fdb08cae76e644395db0. This reverts commit 8d6e18f2d838bb62bb3431d103b145a05cf94e4a.
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 808c918d89..e9ffdcaf82 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -978,8 +978,7 @@ lib/lib.pm: miniperl$(EXE_EXT) $(CONFIGPM)
unidatafiles $(unidatafiles): uni.data
-uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables ext/Text-Tabs/pm_to_blib
-
+uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
cd lib/unicore && $(LDLIBPTH) $(RUN) ../../miniperl$(EXE_EXT) -I../../lib mktables -w
touch uni.data