OSDN Git Service

e2fsprogs: add (optional) sparse checking to the build
[android-x86/external-e2fsprogs.git] / ext2ed / Makefile.in
index b3b606a..290f06e 100644 (file)
@@ -33,6 +33,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) $<
 
 .SUFFIXES: .sgml .ps .pdf .html