summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-09-24 15:22:43 +0000
committerNoah Slater <nslater@apache.org>2008-09-24 15:22:43 +0000
commit78690fe90f1a3035112905513ecc1f33d5f1daf4 (patch)
tree9b153abe2b62a08c644576bf60f9dd82bc8393b8 /test/Makefile.am
parent9f7381dade1d8a8d1e3209a7c46faea305632d14 (diff)
remove EXEEXT
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 2ff046c8..47227fc8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -16,5 +16,5 @@ check_PROGRAMS = runner.beam
CLEANFILES = test.ini
-runner.beam$(EXEEXT): runner.erl
+runner.beam: runner.erl
$(ERLC) $<