From a07727005a14e97c79c4a029db4569cd142fb5c6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 Apr 2016 08:48:36 +0200 Subject: make/checksrc: use $srcdir, not $top_srcdir --- tests/unit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 1ce798bee..d4987d69d 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -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) -- cgit v1.2.3