diff options
-rw-r--r-- | test/nil/testbuild/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nil/testbuild/Makefile b/test/nil/testbuild/Makefile index f3983897b..58f7ae591 100644 --- a/test/nil/testbuild/Makefile +++ b/test/nil/testbuild/Makefile @@ -219,4 +219,4 @@ include $(RULESPATH)/rules.mk # MISRA check rule, requires PCLint and the setup files, not provided.
#
misra:
- @lint-nt -v -w3 $(DEFS) pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(IINCDIR) $(CSRC) &> misra.txt
+ @lint-nt -w3 $(DEFS) pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(IINCDIR) $(CSRC) > misra.txt
|