mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:03:40 +03:00
make/checksrc: use $srcdir, not $top_srcdir
This commit is contained in:
parent
5470c86845
commit
a07727005a
4 changed files with 4 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ AM_CPPFLAGS += -DCURL_STATICLIB -DUNITTESTS
|
|||
include Makefile.inc
|
||||
|
||||
checksrc:
|
||||
@PERL@ $(top_srcdir)/lib/checksrc.pl $(top_srcdir)/tests/unit/*.c
|
||||
@PERL@ $(top_srcdir)/lib/checksrc.pl $(srcdir)/*.c
|
||||
|
||||
if BUILD_UNITTESTS
|
||||
noinst_PROGRAMS = $(UNITPROGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue