From a46300fe703a03185575ad1b45ff03e90d76f04c Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Sun, 11 May 2014 18:32:07 -0400 Subject: misc: create better-packaged static analysis reports Fix some minor bugs relating to passing CFLAGS to cppcheck, and package the cppcheck output into nicer looking reports. Signed-off-by: Darrick J. Wong Signed-off-by: Theodore Ts'o --- ext2ed/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2ed') diff --git a/ext2ed/Makefile.in b/ext2ed/Makefile.in index f05a562e..0697431e 100644 --- a/ext2ed/Makefile.in +++ b/ext2ed/Makefile.in @@ -34,7 +34,7 @@ DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \ .c.o: $(CC) -c $(ALL_CFLAGS) $< -o $@ $(CHECK_CMD) $(ALL_CFLAGS) $< - $(CPPCHECK_CMD) $< + $(CPPCHECK_CMD) $(CPPFLAGS) $< .SUFFIXES: .sgml .ps .pdf .html -- cgit v1.2.1