summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkarl williamson <public@khwilliamson.com>2009-12-27 20:31:56 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-12-28 08:11:58 +0100
commit80d88bfb9ad63772b88c12e2906ef8d7be9606ce (patch)
treedc496476b88e455e2b39ea83a47b5e627201ffad /lib
parent5ef4d93ec97e5239010a45df06473288e04f739a (diff)
downloadperl-80d88bfb9ad63772b88c12e2906ef8d7be9606ce.tar.gz
PATCH: Makefile in lib/unicore shouldn't clean .t file
Attached. From 35eb2eee53740951b4f3dd7e96dc030d38e84ba7 Mon Sep 17 00:00:00 2001 From: Karl Williamson <khw@khw-desktop.(none)> Date: Sun, 27 Dec 2009 20:30:00 -0700 Subject: [PATCH] make clean shouldn't remove .t file Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/Makefile b/lib/unicore/Makefile
index 4a3cdd373b..17072ed299 100644
--- a/lib/unicore/Makefile
+++ b/lib/unicore/Makefile
@@ -3,4 +3,4 @@ all:
clean:
rm -fr *.pl To lib
- rm -f ../../pod/perluniprops.pod ../../t/re/uniprops.t mktables.lst
+ rm -f ../../pod/perluniprops.pod mktables.lst