summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2020-08-25 10:09:35 +0200
committerBert Wesarg <bert.wesarg@googlemail.com>2020-08-25 10:36:27 +0200
commit054b7f28013d4e392dbd34f2fa777ccc7c17b499 (patch)
tree851965126027f1565c2e0baa00978b02f90a6cef /Makefile.am
parente172282002b52e278636e6594a8d20ad5e140a25 (diff)
Fix out-of-tree builds
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy