aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-deps4
1 files changed, 2 insertions, 2 deletions
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