Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-02-11 17:14:00 +0300
committerBadlop <badlop@process-one.net>2021-02-16 15:09:30 +0300
commit4bc57f76ebee14e174711658387ff03ea7ff3dfd (patch)
tree2284ccf714777cc3c06c4d0a9fca635d93e1739c /Makefile.in
parent18c9f5eedfacd171f36d24f088ffeb3aa6e717df (diff)
make hooks and options work with rebar3 too
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index b6e339617..62623ee16 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -143,10 +143,10 @@ xref: all
$(REBAR) $(SKIPDEPS) xref
hooks: all
- tools/hook_deps.sh ebin
+ tools/hook_deps.sh $(EBINDIR)
options: all
- tools/opt_types.sh ejabberd_option ebin
+ tools/opt_types.sh ejabberd_option $(EBINDIR)
translations:
tools/prepare-tr.sh