You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/09/17 18:11:16 UTC

svn commit: r696354 - /incubator/couchdb/trunk/test/Makefile.am

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) $<