aboutsummaryrefslogtreecommitdiffstats
path: root/src/bash_completion
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-05-18 04:09:39 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-05-24 10:10:41 -0300
commit5e2f4c36629ede58c3bb42111fdb3355c1317bcd (patch)
tree8123099fac07a0c7653fc0086a6980f9eeae6d7e /src/bash_completion
parentprofiles: yelp: add Firefox URL open support (#6349) (diff)
downloadfirejail-5e2f4c36629ede58c3bb42111fdb3355c1317bcd.tar.gz
firejail-5e2f4c36629ede58c3bb42111fdb3355c1317bcd.tar.zst
firejail-5e2f4c36629ede58c3bb42111fdb3355c1317bcd.zip
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.
Diffstat (limited to 'src/bash_completion')
-rw-r--r--src/bash_completion/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bash_completion/Makefile b/src/bash_completion/Makefile
index c7ef6afc6..91a1be0bc 100644
--- a/src/bash_completion/Makefile
+++ b/src/bash_completion/Makefile
@@ -2,6 +2,8 @@
2ROOT = ../.. 2ROOT = ../..
3-include $(ROOT)/config.mk 3-include $(ROOT)/config.mk
4 4
5GAWK ?= gawk
6
5.PHONY: all 7.PHONY: all
6all: firejail.bash_completion 8all: firejail.bash_completion
7 9