Skip to content

Commit 1df66ed

Browse files
committed
Tweaks
1 parent 9d6dc96 commit 1df66ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ dialyzer:: escript
157157

158158
.PHONY: install
159159

160-
install: escript
160+
install: $(ESCRIPT_FILE)
161161
ifdef PREFIX
162162
$(gen_verbose) mkdir -p "$(DESTDIR)$(PREFIX)"
163163
$(verbose) $(foreach script,$(ACTUAL_ESCRIPTS), \

erlang.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ export ELIXIR
18001800
ifeq ($(ELIXIR),system)
18011801
# We expect 'elixir' to be on the path.
18021802
# @todo Only if there are EX_FILES
1803-
ELIXIR_LIBS ?= $(dir $(shell elixir -e 'IO.puts(:code.lib_dir(:elixir))'))
1803+
ELIXIR_LIBS ?= $(dir $(shell readlink -f `which elixir`))/../lib
18041804
ELIXIR_LIBS := $(ELIXIR_LIBS)
18051805
export ELIXIR_LIBS
18061806
ERL_LIBS := $(ERL_LIBS):$(ELIXIR_LIBS)

0 commit comments

Comments
 (0)