Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 37416 invoked from network); 19 Oct 2006 12:57:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 12:57:18 -0000 Received: (qmail 47332 invoked by uid 500); 19 Oct 2006 12:57:11 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 47283 invoked by uid 500); 19 Oct 2006 12:57:11 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 47238 invoked by uid 99); 19 Oct 2006 12:57:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 05:57:11 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 05:57:08 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 70CC21A981F; Thu, 19 Oct 2006 05:56:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r465613 - /incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am Date: Thu, 19 Oct 2006 12:56:48 -0000 To: tuscany-commits@ws.apache.org From: ajborley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061019125648.70CC21A981F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ajborley Date: Thu Oct 19 05:56:47 2006 New Revision: 465613 URL: http://svn.apache.org/viewvc?view=rev&rev=465613 Log: Bad makefile - needs a tab instead of spaces Modified: incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am Modified: incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am?view=diff&rev=465613&r1=465612&r2=465613 ============================================================================== --- incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am (original) +++ incubator/tuscany/cpp/sca/runtime/extensions/python/src/Makefile.am Thu Oct 19 05:56:47 2006 @@ -19,7 +19,7 @@ lib_LTLIBRARIES = libtuscany_sca_python.la install-exec-hook: - cd $(libdir); \ + cd $(libdir); \ for i in libtuscany_sca_python.so*; \ do mv $$i $$i.disabled; \ if ! [ "$$i" = "libtuscany_sca_python.so.0.0.0" ]; then \ --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org