From 80d88bfb9ad63772b88c12e2906ef8d7be9606ce Mon Sep 17 00:00:00 2001 From: karl williamson Date: Sun, 27 Dec 2009 20:31:56 -0700 Subject: [PATCH] PATCH: Makefile in lib/unicore shouldn't clean .t file Attached. From 35eb2eee53740951b4f3dd7e96dc030d38e84ba7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 27 Dec 2009 20:30:00 -0700 Subject: [PATCH] make clean shouldn't remove .t file Signed-off-by: H.Merijn Brand --- lib/unicore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicore/Makefile b/lib/unicore/Makefile index 4a3cdd3..17072ed 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 -- 1.8.3.1