From 488898702d0dabac6957f0ef3434703c79499eda Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 22 Jun 2024 09:26:20 +0200 Subject: [PATCH] Documentation: Remove explicit install of 'm4' Remove m4 as it will be installed automatically by flex and bison. Change-Id: Ifb748e5aaabb96825813ddb92cf28d2ea7bdcbf9 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/83156 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- Documentation/tutorial/part1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 229c8e2d66..bba00d5f77 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -30,7 +30,7 @@ Download, configure, and build coreboot Debian based distros: `sudo apt-get install -y bison build-essential curl flex git gnat -libncurses-dev libssl-dev m4 zlib1g-dev pkg-config` +libncurses-dev libssl-dev zlib1g-dev pkg-config` Arch based distros: `sudo pacman -S base-devel curl git gcc-ada ncurses zlib`