From 69929bd8964007c56e271d90d0a92444e0d59d67 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sat, 7 Jun 2008 16:33:03 +0000 Subject: corrected use of erlc to $(ERLC) git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664364 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 2 +- src/mochiweb/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 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 \ diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index aa7a670a..7dde7497 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -78,4 +78,4 @@ CLEANFILES = \ $(mochiwebebin_make_generated_file_list) %.beam: %.erl - erlc $< + $(ERLC) $< -- cgit v1.2.3