From 2447c5b6c637493cadb9bafd1514bfd278c1d119 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 8 Dec 2008 09:43:08 +0000 Subject: [PATCH] --- yaml --- r: 128009 b: refs/heads/master c: 6525ee55bbfd35bf3aff8c59562d6a3d8559a4f0 h: refs/heads/master i: 128007: 18f77c6dc6a37d88579e309807344bb7cc79b6f0 v: v3 --- [refs] | 2 +- trunk/arch/parisc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1fafa5659f23..9d363c62d66c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef017bebd01c1b4e075d649eee0c8c1c79f9ceb9 +refs/heads/master: 6525ee55bbfd35bf3aff8c59562d6a3d8559a4f0 diff --git a/trunk/arch/parisc/Makefile b/trunk/arch/parisc/Makefile index 5ddad7bd60ac..0d428278356d 100644 --- a/trunk/arch/parisc/Makefile +++ b/trunk/arch/parisc/Makefile @@ -77,7 +77,7 @@ libs-y += arch/parisc/lib/ `$(CC) -print-libgcc-file-name` drivers-$(CONFIG_OPROFILE) += arch/parisc/oprofile/ -PALO := $(shell if which palo; then : ; \ +PALO := $(shell if (which palo 2>&1); then : ; \ elif [ -x /sbin/palo ]; then echo /sbin/palo; \ fi)