summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cmds b/Cmds
index ab0eda0..7167e0c 100644
--- a/Cmds
+++ b/Cmds
@@ -14,7 +14,7 @@ C =
ifeq ($(C), 1)
CHECK = $(Q)echo -e " CHECK\t$<" && sparse
else
- CHECK = $(Q)true
+ CHECK = @true
endif
# Flex/bison related