diff options
author | Noah Slater <nslater@apache.org> | 2008-09-17 16:11:15 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-17 16:11:15 +0000 |
commit | 22f822cb8252d87fc19ec62108b566fd5057f9d9 (patch) | |
tree | 81a597a26ee9ce7523018acb9e34211364fb9dab /test | |
parent | 04e197984de8aedb75c335e13c71314a703762e5 (diff) |
added $(EXEEXT) to target per automakes advice
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@696354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 47227fc8..2ff046c8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -16,5 +16,5 @@ check_PROGRAMS = runner.beam CLEANFILES = test.ini -runner.beam: runner.erl +runner.beam$(EXEEXT): runner.erl $(ERLC) $< |