From: Karel Zak Date: Mon, 12 Sep 2011 12:46:35 +0000 (+0200) Subject: build-sys: don't use full paths for smatch X-Git-Tag: v2.21-rc1~424 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b94fecf587b935c42cb10666ff554461042092f7;p=thirdparty%2Futil-linux.git build-sys: don't use full paths for smatch Signed-off-by: Karel Zak --- diff --git a/config/include-Makefile.am b/config/include-Makefile.am index e401e538dd..b033cf5527 100644 --- a/config/include-Makefile.am +++ b/config/include-Makefile.am @@ -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