From acc26f85f32c68a51e5cc7b613cd0ea0b0630505 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 20:50:16 +0200 Subject: Use #if defined(...) when not guard clause --- scripts/gen-deps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/gen-deps') diff --git a/scripts/gen-deps b/scripts/gen-deps index bdc1626..bcfb15d 100755 --- a/scripts/gen-deps +++ b/scripts/gen-deps @@ -22,8 +22,8 @@ genrule () { gencommon "${1}" echo " \$(COMPILE) -c \$< -o \$@" >> deps.mk - echo "${lint}: ${s}" >> deps.mk - echo " \$(LINT) -c \$<" >> deps.mk + echo "${lint}: ${s}" >> deps.mk + echo " \$(LINT) -c \$< -o /dev/null" >> deps.mk } case "${1}" in -- cgit v1.3