From 696693518a96164e0395205368850e03125ceaf2 Mon Sep 17 00:00:00 2001 Message-Id: <696693518a96164e0395205368850e03125ceaf2.1714947147.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 23 Nov 2007 12:26:04 +0000 Subject: [PATCH] make -j safe clients/Makefile.am Organization: Straylight/Edgeware From: Richard Kettlewell --- clients/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- [mdw]