From 054b7f28013d4e392dbd34f2fa777ccc7c17b499 Mon Sep 17 00:00:00 2001 From: Bert Wesarg Date: Tue, 25 Aug 2020 10:09:35 +0200 Subject: Fix out-of-tree builds --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0cc47b69..4dc638fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -225,7 +225,7 @@ coverage: $(MAKE) all CFLAGS="" AM_CPPFLAGS="-fprofile-arcs -ftest-coverage -DDEBUG" LDFLAGS="-lgcov" .c.h: - @srcdir@/scripts/MakeHeader.py $< + ./scripts/MakeHeader.py $< cppcheck: cppcheck -q -v . --enable=all -DHAVE_CGROUP -DHAVE_OPENVZ -DHAVE_TASKSTATS -- cgit v1.2.3