]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - Makefile.in
libext2fs: fix memory leaks (on error paths)
[thirdparty/e2fsprogs.git] / Makefile.in
index ef794827e35b61e143033e0b7413ef864feae32a..f327d19d2a3c312b01caa0a8dab52635f3f018fe 100644 (file)
@@ -5,19 +5,6 @@ top_builddir = .
 my_dir = .
 INSTALL = @INSTALL@
 
-CHECK=sparse
-CHECK_OPTS=-Wsparse-all -Wno-transparent-union -Wno-return-void -Wno-undef -Wno-non-pointer-null
-ifeq ("$(C)", "2")
-  CHECK_CMD=$(CHECK) $(CHECK_OPTS) -Wbitwise -D__CHECK_ENDIAN__
-else
-  ifeq ("$(C)", "1")
-    CHECK_CMD=$(CHECK) $(CHECK_OPTS)
-   else
-    CHECK_CMD=@true
-  endif
-endif
-export CHECK_CMD
-
 @MCONFIG@
 
 % : %.sh