From 68a7114ccfd1de5d50d17a632a2cc47667ec68cc Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Fri, 19 Oct 2007 21:08:20 -0700 Subject: [PATCH] --- yaml --- r: 71925 b: refs/heads/master c: 9430d374bd4b099734a63c3699a128fe58e0bed3 h: refs/heads/master i: 71923: dc792c97b4ece08b55f42fe2be27939e612597fa v: v3 --- [refs] | 2 +- trunk/arch/parisc/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ad2c0dcafd43..a706a84c5bd7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27db71a2f1399f00c2a00a908def75e72b59f475 +refs/heads/master: 9430d374bd4b099734a63c3699a128fe58e0bed3 diff --git a/trunk/arch/parisc/Makefile b/trunk/arch/parisc/Makefile index f93c4cd77980..7ecb5345378a 100644 --- a/trunk/arch/parisc/Makefile +++ b/trunk/arch/parisc/Makefile @@ -79,12 +79,12 @@ PALO := $(shell if which palo; then : ; \ fi) palo: vmlinux - @if [ ! -x $(PALO) ]; then \ + @if test ! -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; \ fi - @if [ ! -f ./palo.conf ]; then \ + @if test ! -f ./palo.conf; then \ cp arch/parisc/defpalo.conf palo.conf; \ echo 'A generic palo config file (./palo.conf) has been created for you.'; \ echo 'You should check it and re-run "make palo".'; \