From: Richard Kettlewell Date: Fri, 23 Nov 2007 12:26:04 +0000 (+0000) Subject: make -j safe clients/Makefile.am X-Git-Tag: debian-1_5_99dev9~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/696693518a96164e0395205368850e03125ceaf2 make -j safe clients/Makefile.am --- diff --git a/clients/Makefile.am b/clients/Makefile.am index 880f86a..72a7739 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -64,7 +64,7 @@ check-help: all ./disorder-playrtp --help > /dev/null # check that the command completions are up to date -check-completions: +check-completions: disorder ./disorder --help-commands \ | awk '/^ [a-z]/ { print $$1 }' \ | sort > ,commands