diff --git a/autoconf/make/rules.mk b/autoconf/make/rules.mk index 66b1a70..2abc630 100644 --- a/autoconf/make/rules.mk +++ b/autoconf/make/rules.mk @@ -12,7 +12,7 @@ $(CC) $< $(<:%.c=%) $(srcdir) $(CFLAGS) $(CPPFLAGS) > $@ .c.e: - -splint -badflag $(CPPFLAGS) $< > $@ 2>&1 + -splint -badflag +posixlib $(CPPFLAGS) $< > $@ 2>&1 -flawfinder $< >> $@ 2>&1 #