From 863bd56a3dcdf4d28637fd02de2f79bb25a51906 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 23 Oct 2008 15:04:36 +0000 Subject: moved erlang compilation out of check_PROGRAMS git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707385 13f79535-47bb-0310-9956-ffa450edef68 --- test/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 47227fc8..c676ed25 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,9 +12,4 @@ TESTS = runner.sh -check_PROGRAMS = runner.beam - -CLEANFILES = test.ini - -runner.beam: runner.erl - $(ERLC) $< +CLEANFILES = runner.beam test.ini -- cgit v1.2.3