build-sys: don't use full paths for smatch

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2011-09-12 14:46:35 +02:00
parent 36601b2343
commit b94fecf587
1 changed files with 1 additions and 1 deletions

View 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