]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: don't use full paths for smatch
authorKarel Zak <kzak@redhat.com>
Mon, 12 Sep 2011 12:46:35 +0000 (14:46 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Sep 2011 12:46:35 +0000 (14:46 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
config/include-Makefile.am

index e401e538dd4b857e70e0f8c7597e1207a424f934..b033cf5527062d0ad9eac53e8112fd24ac1d126f 100644 (file)
@@ -47,4 +47,4 @@ $(ul_libmount_la):
 # smatch scan -- smatch and cgcc are expected in $PATH
 #
 checksmatch:
-       make CHECK="smatch --full-path --no-data" CC=cgcc
+       make CHECK="smatch --no-data" CC=cgcc