From 96e7be9e1bf2fb87021558280f79bf1469d61e52 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Thu, 18 Oct 2007 15:12:42 -0700 Subject: [PATCH] --- yaml --- r: 71924 b: refs/heads/master c: 27db71a2f1399f00c2a00a908def75e72b59f475 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/parisc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index aa394e39c7f6..ad2c0dcafd43 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5feb4f39aa2c50a9fe72925c2489c4c7fedb8dfa +refs/heads/master: 27db71a2f1399f00c2a00a908def75e72b59f475 diff --git a/trunk/arch/parisc/Makefile b/trunk/arch/parisc/Makefile index 3f1faca724ab..f93c4cd77980 100644 --- a/trunk/arch/parisc/Makefile +++ b/trunk/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; \