diff --git a/wmake/wmake b/wmake/wmake index 9ac7a102a34cc87ef63da4d9ab25c0fb5b95f458..a047b12c2c0358e1d87a85691e14d71e39d57bdf 100755 --- a/wmake/wmake +++ b/wmake/wmake @@ -281,11 +281,14 @@ if [ -n "$update" ] then wrmdep -update wrmdep -old - if [ -n "$WM_NCOMPPROCS" ] + if [ "$all" != "queue" ] then - wmakeLnIncludeAll -j$WM_NCOMPPROCS - else - wmakeLnIncludeAll + if [ -n "$WM_NCOMPPROCS" ] + then + wmakeLnIncludeAll -j$WM_NCOMPPROCS + else + wmakeLnIncludeAll + fi fi wclean empty export WM_UPDATE_DEPENDENCIES=yes