Sebastian Dransfeld <[EMAIL PROTECTED]> writes:
> A "`" should be added somewhere.
>
> seb
>
> --- macros Thu Jun 14 16:29:53 2001
> +++ macros.seb Fri Jun 15 12:31:52 2001
> @@ -85,7 +85,7 @@
>
> # make
> %_make_bin make
> -%make if [ -z "$NPROCS" -a -f /proc/stat ]; then NPROCS=`egrep -c ^cpu[0-9]+
>/proc/stat || :; fi; if [ -z "$NPROCS" -o "$NPROCS" -le "0" ]; then NPROCS=1; fi;
>%{_make_bin} -j$NPROCS
> +%make if [ -z "$NPROCS" -a -f /proc/stat ]; then NPROCS=`egrep -c ^cpu[0-9]+
>/proc/stat || :`; fi; if [ -z "$NPROCS" -o "$NPROCS" -le "0" ]; then NPROCS=1; fi;
>%{_make_bin} -j$NPROCS
>
> # Default extension to use.
> %_extension .bz2
>
>
Fixed in 0.5mdk. Sorry.
--
Fred - May the source be with you