Skip to content

Commit 18bbfed

Browse files
committed
Recompile when version changes, closes #13709
1 parent 35b22cf commit 18bbfed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ $(PARSER): lib/elixir/src/elixir_parser.yrl
8585
# then Mix, and then compile EEx fully
8686
elixir: stdlib lib/eex/ebin/Elixir.EEx.beam mix ex_unit logger eex iex
8787

88-
stdlib: $(KERNEL) VERSION
89-
$(KERNEL): lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex lib/elixir/lib/*/*/*.ex
88+
stdlib: lib/elixir/lib/*.ex lib/elixir/lib/*/*.ex lib/elixir/lib/*/*/*.ex VERSION
9089
$(Q) if [ ! -f $(KERNEL) ]; then \
9190
echo "==> bootstrap (compile)"; \
9291
$(ERL) -s elixir_compiler bootstrap -s erlang halt; \

0 commit comments

Comments
 (0)