aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-08 20:32:40 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-08 20:32:40 +0100
commitd6b4de083f993c897d8672e8ac2c3b82fcee1c77 (patch)
tree38399ebb936db38bfa2a6870b9ee298ee10f316f /src/Makefile.am
parent52cfc957cf325322c5a7ef10786616a59bec2fc3 (diff)
checksrc: Fix issue with the autobuilds not picking up the whitelist
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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