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/24 17:22:45 UTC

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

Author: nslater
Date: Wed Sep 24 08:22:43 2008
New Revision: 698609

URL: http://svn.apache.org/viewvc?rev=698609&view=rev
Log:
remove EXEEXT

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=698609&r1=698608&r2=698609&view=diff
==============================================================================
--- incubator/couchdb/trunk/test/Makefile.am (original)
+++ incubator/couchdb/trunk/test/Makefile.am Wed Sep 24 08:22:43 2008
@@ -16,5 +16,5 @@
 
 CLEANFILES = test.ini
 
-runner.beam$(EXEEXT): runner.erl
+runner.beam: runner.erl
 	$(ERLC) $<