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; \