From 5e2f4c36629ede58c3bb42111fdb3355c1317bcd Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 18 May 2024 04:09:39 -0300 Subject: build: define CC/GAWK if undefined Just in case the value is not defined in config.mk and `make` is first executed from another directory (such as in src/man) instead of the root directory. This amends commit 93d623fdf ("build: allow overriding certain tools", 2024-02-23) / PR #6222. --- src/zsh_completion/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zsh_completion/Makefile') diff --git a/src/zsh_completion/Makefile b/src/zsh_completion/Makefile index e964d39ec..80c8b1608 100644 --- a/src/zsh_completion/Makefile +++ b/src/zsh_completion/Makefile @@ -2,6 +2,8 @@ ROOT = ../.. -include $(ROOT)/config.mk +GAWK ?= gawk + .PHONY: all all: _firejail -- cgit v1.2.3-70-g09d2