diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-05-31 14:24:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-05-31 14:24:56 +0000 |
commit | ca12659b0e397cc5b28088111fe498237a2180dd (patch) | |
tree | 59b33ddd20cbdee41a6f0b226b04b4b587ae8aeb /Makefile.SH | |
parent | 25207203046d8f94b03829079bb348bf2c1b204b (diff) | |
download | perl-ca12659b0e397cc5b28088111fe498237a2180dd.tar.gz |
Run mktables as part of the build process.
Don't ship any of the files that it generates in lib/unicore
p4raw-id: //depot/perl@22879
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 90a3934477..a72a372be0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -997,7 +997,7 @@ _cleaner2: rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old rm -f $(private) lib/Config.pod - echo TODO rm -rf $(unidatafiles) $(unidatadirs) + rm -rf $(unidatafiles) $(unidatadirs) rm -rf lib/auto rm -f lib/.exists lib/*/.exists lib/*/*/.exists rm -f h2ph.man pstruct |