build-sys: use $(MAKE) for checksmatch

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-01-17 17:13:16 +01:00
parent aa1f95c3d0
commit 5aa74dc747
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 --data=$(top_srcdir)/tools/smatch-data" CC=cgcc
$(MAKE) CHECK="smatch --data=$(top_srcdir)/tools/smatch-data" CC=cgcc