From patchwork Tue Oct 21 17:18:14 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Finney X-Patchwork-Id: 5252 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id B8AA8DDEFA for ; Wed, 22 Oct 2008 04:18:34 +1100 (EST) X-Original-To: cbe-oss-dev@ozlabs.org Delivered-To: cbe-oss-dev@ozlabs.org Received: from cobija.connexer.com (cobija.connexer.com [66.93.22.232]) by ozlabs.org (Postfix) with ESMTP id 4C23DDDD0C for ; Wed, 22 Oct 2008 04:18:19 +1100 (EST) Received: from rangda.stickybit.se (h-234-204.A189.priv.bahnhof.se [81.170.234.204]) by cobija.connexer.com (Postfix) with ESMTP id 0BB8517C7C1 for ; Tue, 21 Oct 2008 13:18:16 -0400 (EDT) Received: by rangda.stickybit.se (Postfix, from userid 1000) id D447010168; Tue, 21 Oct 2008 19:18:14 +0200 (CEST) Date: Tue, 21 Oct 2008 19:18:14 +0200 From: Sean Finney To: cbe-oss-dev@ozlabs.org Message-ID: <20081021171814.GA3010@rangda.stickybit.se> MIME-Version: 1.0 User-Agent: Mutt/1.5.18 (2008-05-17) Subject: [Cbe-oss-dev] [PATCH] ps3-utils: small typo wrt CLEANFILES in Makefile.am X-BeenThere: cbe-oss-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Discussion about Open Source Software for the Cell Broadband Engine List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Mime-version: 1.0 Sender: cbe-oss-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: cbe-oss-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index f0bc07c..5f4040d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ man_MANS = \ ps3-utils.8 \ ps3-video-mode.8 -CLEANFILES = $(composed_bin_scripts)) $(composed_sbin_scripts) +CLEANFILES = $(composed_bin_scripts) $(composed_sbin_scripts) AM_CPPFLAGS = \ $(USER_INCLUDES) \