diff options
author | Noah Slater <nslater@apache.org> | 2008-06-07 16:33:03 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-07 16:33:03 +0000 |
commit | 69929bd8964007c56e271d90d0a92444e0d59d67 (patch) | |
tree | 7887d1c423c4026e7e4eb3582819359a0a18771b /src/mochiweb | |
parent | 4dbe27108bb2ac6f84386c341a0355352b23fe78 (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/mochiweb')
-rw-r--r-- | src/mochiweb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) $< |