From d6b4de083f993c897d8672e8ac2c3b82fcee1c77 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 8 Apr 2016 20:32:40 +0100 Subject: checksrc: Fix issue with the autobuilds not picking up the whitelist --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index aa8a7154a..fa6833167 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -130,7 +130,7 @@ endif # ignore tool_hugehelp.c since it is generated source code and it plays # by slightly different rules! checksrc: - @@PERL@ $(top_srcdir)/lib/checksrc.pl -W$(top_srcdir)/src/tool_hugehelp.c $(top_srcdir)/src/*.[ch] + @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Wtool_hugehelp.c *.[ch] if CURLDEBUG # for debug builds, we scan the sources on all regular make invokes -- cgit v1.2.3