From 960c22e6f75db890ce3ed5a00037c1f9712dff36 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Thu, 23 Nov 2023 21:53:08 +0000 Subject: [PATCH] The automake program defines a variable named 'host' with the canonical host specification and not a variable named 'HOST'. Signed-off-by: Bjarni Ingi Gislason --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e15a8ff0f..b61de154e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,8 +35,8 @@ # top_builddir -# HOST -# `HOST' is the canonical host specification, +# host +# `host' is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -- 2.42.0