diff options
author | Alexey Shchepin <alexey@process-one.net> | 2004-09-27 18:54:17 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2004-09-27 18:54:17 +0000 |
commit | f17f0dac1269db596dc489426ffd4a5e956c6d4d (patch) | |
tree | 9ce53a00f4300d6893dc9bb54d59d7be00d7e478 /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.in | 2 |
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 \ |