From: Max Kellermann Date: Wed, 10 Jun 2009 22:23:08 +0000 (+0200) Subject: Makefile.am: run sparse once X-Git-Tag: release-0.15~64 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b9e789d44a53aa5f44d33ee1cb8682716ca1d31a;p=ncmpc.git Makefile.am: run sparse once --- diff --git a/Makefile.am b/Makefile.am index 26880ec..911b19e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,10 +142,7 @@ SPARSE_FLAGS = -Wdecl -Wdefault-bitfield-sign -Wdo-while -Wenum-mismatch \ -D__transparent_union__=unused sparse-check: - for i in $(src_ncmpc_SOURCES); \ - do \ - $(SPARSE) -I. -I.. -I/usr/lib/gcc/$(shell gcc -dumpmachine)/4.3/include -I/usr/lib/gcc/$(shell gcc -dumpmachine)/4.3/include-fixed $(AM_CPPFLAGS) $(SPARSE_FLAGS) $(srcdir)/$$i || exit; \ - done + $(SPARSE) -I. -I/usr/lib/gcc/$(shell gcc -dumpmachine)/4.3/include -I/usr/lib/gcc/$(shell gcc -dumpmachine)/4.3/include-fixed $(AM_CPPFLAGS) $(SPARSE_FLAGS) $(src_ncmpc_SOURCES) # # lyrics plugins