mirror of https://github.com/xzeldon/htop.git
Fix out-of-tree builds
This commit is contained in:
parent
e172282002
commit
054b7f2801
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue