From: Kyle McMartin Date: Thu, 18 Oct 2007 22:12:42 +0000 (-0700) Subject: [PARISC] Fix palo target X-Git-Tag: v2.6.24-rc1~118^2~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27db71a2f1399f00c2a00a908def75e72b59f475;p=linux-2.6 [PARISC] Fix palo target Hunk missing from previous commit, oops. Signed-off-by: Kyle McMartin --- diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 3f1faca724..f93c4cd779 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -79,7 +79,7 @@ PALO := $(shell if which palo; then : ; \ fi) palo: vmlinux - @if [ -x $PALO ]; then \ + @if [ ! -x $(PALO) ]; then \ echo 'ERROR: Please install palo first (apt-get install palo)';\ echo 'or build it from source and install it somewhere in your $$PATH';\ false; \