summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-09-27 18:54:17 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-09-27 18:54:17 +0000
commitf17f0dac1269db596dc489426ffd4a5e956c6d4d (patch)
tree9ce53a00f4300d6893dc9bb54d59d7be00d7e478 /src
parent* src/aclocal.m4: Better expat and openssl detection (thanks to (diff)
* src/Makefile.in: Updated (thanks to Badlop)
SVN Revision: 268
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 23192702..3b7de3b6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -30,7 +30,7 @@ ETCDIR = $(DESTDIR)/etc/ejabberd
all: $(ERLSHLIBS) compile-beam all-recursive
compile-beam:
- @erl -s make all report -noinput -s erlang halt
+ @ERL@ -s make all report -noinput -s erlang halt
all-recursive install-recursive uninstall-recursive \