From 78690fe90f1a3035112905513ecc1f33d5f1daf4 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Wed, 24 Sep 2008 15:22:43 +0000 Subject: remove EXEEXT git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698609 13f79535-47bb-0310-9956-ffa450edef68 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.am') 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) $< -- cgit v1.2.3