File 1892-Add-graph.beam-to-dependencies-for-primary_bootstrap.patch of Package erlang
From 804972eac5315df3767802df56aab3142e3ec425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org> Date: Mon, 19 Jan 2026 08:54:30 +0100 Subject: [PATCH 2/2] Add graph.beam to dependencies for primary_bootstrap_compiler Without it, there could be problems updating the primary bootstrap. --- lib/stdlib/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stdlib/src/Makefile b/lib/stdlib/src/Makefile index 07614bd4eb..611d873ed0 100644 --- a/lib/stdlib/src/Makefile +++ b/lib/stdlib/src/Makefile @@ -209,6 +209,7 @@ primary_bootstrap_compiler: \ $(BOOTSTRAP_COMPILER)/ebin/erl_scan.beam \ $(BOOTSTRAP_COMPILER)/ebin/erl_parse.beam \ $(BOOTSTRAP_COMPILER)/ebin/erl_lint.beam \ + $(BOOTSTRAP_COMPILER)/ebin/graph.beam \ $(BOOTSTRAP_COMPILER)/ebin/io.beam \ $(BOOTSTRAP_COMPILER)/ebin/otp_internal.beam \ $(BOOTSTRAP_COMPILER)/ebin/erl_internal.beam -- 2.51.0