From babc31a3860d1ecbe547e663ff097d00dca8a8b9 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 15 Mar 2009 22:21:41 +0100 Subject: [PATCH] fix target clean --- config/makefiles/root.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index 400fb10..f70e54b 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -119,7 +119,7 @@ BUILD_CLEANUPS := \ "*$(O)" \ lua@exe@ \ luap@exe@ \ -#IF(win32): parrot-lua.exe \ +#IF(win32): "parrot-*.exe" \ #IF(win32): parrot-lua.iss \ #IF(win32): "setup-parrot-*.exe" \ installable_lua@exe@ \