From 27db71a2f1399f00c2a00a908def75e72b59f475 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Thu, 18 Oct 2007 15:12:42 -0700 Subject: [PARISC] Fix palo target Hunk missing from previous commit, oops. Signed-off-by: Kyle McMartin --- arch/parisc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/parisc/Makefile') diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 3f1faca724a..f93c4cd7798 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; \ -- cgit v1.2.3