Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 65826 invoked from network); 17 Sep 2008 16:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2008 16:12:17 -0000 Received: (qmail 49880 invoked by uid 500); 17 Sep 2008 16:12:15 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 49814 invoked by uid 500); 17 Sep 2008 16:12:14 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 49805 invoked by uid 99); 17 Sep 2008 16:12:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 09:12:14 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 16:11:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 65EEB238896F; Wed, 17 Sep 2008 09:11:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r696354 - /incubator/couchdb/trunk/test/Makefile.am Date: Wed, 17 Sep 2008 16:11:16 -0000 To: couchdb-commits@incubator.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080917161116.65EEB238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Wed Sep 17 09:11:15 2008 New Revision: 696354 URL: http://svn.apache.org/viewvc?rev=696354&view=rev Log: added $(EXEEXT) to target per automakes advice Modified: incubator/couchdb/trunk/test/Makefile.am Modified: incubator/couchdb/trunk/test/Makefile.am URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/test/Makefile.am?rev=696354&r1=696353&r2=696354&view=diff ============================================================================== --- incubator/couchdb/trunk/test/Makefile.am (original) +++ incubator/couchdb/trunk/test/Makefile.am Wed Sep 17 09:11:15 2008 @@ -16,5 +16,5 @@ CLEANFILES = test.ini -runner.beam: runner.erl +runner.beam$(EXEEXT): runner.erl $(ERLC) $<