summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-09-05 19:50:07 -0700
committerAndrew G. Morgan <morgan@kernel.org>2021-09-05 20:07:48 -0700
commit8b3ffc23b6cbe42d2eac5a3c0d970fd26472a246 (patch)
tree54932fb39f39721eaf33585f9e57d11fa6a59aba /progs
parentf223de46154a3d2644914ea358d5c69b36770459 (diff)
downloadlibcap2-8b3ffc23b6cbe42d2eac5a3c0d970fd26472a246.tar.gz
Fixed parallel make issues
Tried make -j12 and these fixes were needed. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'progs')
-rw-r--r--progs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/Makefile b/progs/Makefile
index e2bd7fe..846bd76 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
+sudotest: tcapsh-static uns_test capsh setcap getcap tcapsh-static
$(SUDO) $(LDPATH) ./quicktest.sh
clean: