From: Steve Holme Date: Fri, 8 Apr 2016 19:36:29 +0000 (+0100) Subject: Makefile: Fixed echo of checksrc check X-Git-Tag: curl-7_49_0~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2568453b0564b10f95fdb75a7cf475f150c91070;p=thirdparty%2Fcurl.git Makefile: Fixed echo of checksrc check --- diff --git a/lib/Makefile.am b/lib/Makefile.am index f3f56a05ef..0e56aec279 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -146,7 +146,7 @@ libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS) libcurlu_la_SOURCES = $(CSOURCES) $(HHEADERS) checksrc: - @PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/lib -Wcurl_config.h *.[ch] vauth/*.[ch] vtls/*.[ch] + @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/lib -Wcurl_config.h *.[ch] vauth/*.[ch] vtls/*.[ch] if CURLDEBUG # for debug builds, we scan the sources on all regular make invokes