From: Marc Dionne Date: Wed, 9 Feb 2011 22:06:00 +0000 (-0500) Subject: scout: restore parallel make X-Git-Tag: upstream/1.8.0_pre1^2~4204 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f132054e4f3a7633eb60f3abdbdc27233ec344f5;p=packages%2Fo%2Fopenafs.git scout: restore parallel make Restore the + in the scout Makefile section, lost with commit 4a6a00d6. Lets scout benefit from a parallel make and avoids a warning. Change-Id: Ie4c35c93afae4bfefaae0a0db9d676200cb3ee7b Reviewed-on: http://gerrit.openafs.org/3910 Reviewed-by: Simon Wilkinson Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 423956b40..ef444ede4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -357,7 +357,7 @@ fsprobe: cmd comerr util fsint volser +${COMPILE_PART1} fsprobe ${COMPILE_PART2} scout: cmd comerr gtx fsprobe - if test "@LIB_curses@"; then \ + +if test "@LIB_curses@"; then \ ${COMPILE_PART1} scout ${COMPILE_PART2} ; \ else \ echo Not building scout, because no curses-headers found. ; \