Makefile: No need to use escript to run rebar|rebar3|mix

Usage of escript to run rebar was added to Makefile.in
when support for rebar2 was added in 4d8f770 for ejabberd 13.10.
Nowadays this seems unnecessary, and configure.ac right now can
determine what binary to use: the sysmte installed or local one.
This commit is contained in:
Badlop 2024-02-16 13:00:33 +01:00
parent aa21aee14b
commit 70e430cff1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
ESCRIPT = @ESCRIPT@
REBAR = @ESCRIPT@ @rebar@
REBAR = @rebar@
MIX = @rebar@
AWK = @AWK@
INSTALL = @INSTALL@