diff options
author | Vincent Pit <perl@profvince.com> | 2009-08-30 23:31:31 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-08-30 23:31:55 +0200 |
commit | 07633207501a34c9ddb4667a7edf8f9420aef2ca (patch) | |
tree | 84b701f8d2e5fcfbbf7a3d874509c7494fdf4046 /Makefile.SH | |
parent | a1095a4f24eae80e3fe213e9767581fedc24e3ac (diff) | |
download | perl-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.SH | 3 |
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 |