diff options
author | Karel Zak | 2011-09-12 14:46:35 +0200 |
---|---|---|
committer | Karel Zak | 2011-09-12 14:46:35 +0200 |
commit | b94fecf587b935c42cb10666ff554461042092f7 (patch) | |
tree | 88e41076c9dc08c55ab5f1606f8b37d37833333d /config | |
parent | agetty: add --nohints (diff) | |
download | kernel-qcow2-util-linux-b94fecf587b935c42cb10666ff554461042092f7.tar.gz kernel-qcow2-util-linux-b94fecf587b935c42cb10666ff554461042092f7.tar.xz kernel-qcow2-util-linux-b94fecf587b935c42cb10666ff554461042092f7.zip |
build-sys: don't use full paths for smatch
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/include-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am index e401e538d..b033cf552 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 |