From 3127de7dcb470aaa3997c4164384a5bfb3162ffe Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 26 Jan 2009 16:43:57 -0700 Subject: unicore Makefile didn't clean sub-sub directories --- lib/unicore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicore/Makefile b/lib/unicore/Makefile index dd3115da81..b73d3b8089 100644 --- a/lib/unicore/Makefile +++ b/lib/unicore/Makefile @@ -8,5 +8,5 @@ test: TestProp.pl ../../miniperl -I../../lib TestProp.pl clean: - rm -f *.pl */*.pl + rm -f *.pl */*.pl */*/*.pl rm -f Properties -- cgit v1.2.1