summaryrefslogtreecommitdiff
path: root/src/couchdb
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-07 16:33:03 +0000
committerNoah Slater <nslater@apache.org>2008-06-07 16:33:03 +0000
commit69929bd8964007c56e271d90d0a92444e0d59d67 (patch)
tree7887d1c423c4026e7e4eb3582819359a0a18771b /src/couchdb
parent4dbe27108bb2ac6f84386c341a0355352b23fe78 (diff)
corrected use of erlc to $(ERLC)
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664364 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r--src/couchdb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index c7a30cac..92cdc0b2 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -82,7 +82,7 @@ couch.app: couch.app.tpl
chmod +x $@
%.beam: %.erl
- erlc $<
+ $(ERLC) $<
install-data-hook:
if test -f "$(DESTDIR)/$(couchprivlibdir)/couch_erl_driver"; then \