summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-09-24 10:58:05 -0700
committerAndrew G. Morgan <morgan@kernel.org>2021-09-24 10:58:05 -0700
commit22569c7cfb428edc5ae05cf631a25227087e74d0 (patch)
treed004dfe3099823900b618185db98725c7c9565db
parent6643c636e8ab44add497f97e479ad8a931d43adf (diff)
downloadlibcap2-22569c7cfb428edc5ae05cf631a25227087e74d0.tar.gz
Fix to 'make clean sudotest' reliably
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--progs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/Makefile b/progs/Makefile
index 846bd76..8cd9c97 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -61,7 +61,7 @@ uns_test: ../tests/uns_test.c
$(MAKE) -C ../tests uns_test
cp ../tests/uns_test .
-sudotest: tcapsh-static uns_test capsh setcap getcap tcapsh-static
+sudotest: tcapsh-static uns_test capsh setcap getcap getpcaps tcapsh-static
$(SUDO) $(LDPATH) ./quicktest.sh
clean: