From 4bc57f76ebee14e174711658387ff03ea7ff3dfd Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 11 Feb 2021 15:14:00 +0100 Subject: [PATCH] make hooks and options work with rebar3 too --- Makefile.in | 4 ++-- 1 file 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