From aff458c34222850730c60104fe94588ba845ab99 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 28 Apr 2011 23:43:23 +0300 Subject: [PATCH] nt/gmake.defs (ARCH): Fix error message in case of unknown architecture. --- nt/ChangeLog | 5 +++++ nt/gmake.defs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 4c0543ee008..ea4f7547962 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2011-04-28 Eli Zaretskii + + * gmake.defs (ARCH): Fix error message in case of unknown + architecture. + 2011-04-27 Eli Zaretskii * inc/inttypes.h: New file. diff --git a/nt/gmake.defs b/nt/gmake.defs index 7af7fe4ab68..dcc43c985a5 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -149,7 +149,7 @@ ARCH = alpha ifeq "$(PROCESSOR_ARCHITECTURE)" "PPC" ARCH = ppc else -error Unknown architecture type "$(PROCESSOR_ARCHITECTURE)" + $(error Unknown architecture type "$(PROCESSOR_ARCHITECTURE)") endif endif endif -- 2.39.5