summaryrefslogtreecommitdiff
path: root/ext2ed
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2014-05-11 18:32:07 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-05-11 18:32:07 -0400
commita46300fe703a03185575ad1b45ff03e90d76f04c (patch)
tree7afbaeb75b211ae935a4a613e562fad09ddc7c75 /ext2ed
parentc9bc7484cc79f486f6cf4a36a5d936e545f99f3d (diff)
downloade2fsprogs-a46300fe703a03185575ad1b45ff03e90d76f04c.tar.gz
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 <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'ext2ed')
-rw-r--r--ext2ed/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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