diff --git a/wmake/wclean b/wmake/wclean index 07334cca51..e2f6a3142c 100755 --- a/wmake/wclean +++ b/wmake/wclean @@ -231,7 +231,7 @@ then for dir in `find . \( -type d -a -name Make \)` do dir=${dir%/Make} # Parent directory - trim /Make from the end - echo $dir + # If Allwclean exists execute otherwise wclean if [ -e "$dir/Allwclean" ] then