From 15e079bcad642abdb0d1acbb7bb0421b641e5f18 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Apr 2011 16:17:42 -0400 Subject: Avoid confusing splint with an autotools remnant. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 52421ec9..dff4a3b3 100644 --- a/SConstruct +++ b/SConstruct @@ -892,7 +892,7 @@ Utility('version' '', [], # Report splint warnings # Note: test_bits.c is unsplintable because of the PRI64 macros. -env['SPLINTOPTS'] = "-I/usr/include/libusb-1.0 +quiet -DSYSCONFDIR='\"./\"' " +env['SPLINTOPTS'] = "-I/usr/include/libusb-1.0 +quiet" def Splint(target,sources, description, params): return Utility(target,sources,[ -- cgit v1.2.1