summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-09-07 14:02:03 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-09-07 14:02:51 -0700
commit8047ae3fdd547e8c2dabd2249992712c95b1c2ed (patch)
tree39a78e177b87623ea6b05812246e49d484a28eb4 /progs
parent307e7f5744b7c84af4c07091c5310cf4f9514694 (diff)
downloadlibcap2-8047ae3fdd547e8c2dabd2249992712c95b1c2ed.tar.gz
Migrate all uses of tcapsh-static to sudotest target.
Since sudotest is mostly the reason for using a static binary, force all uses to be under this test target. 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 1b27c41..f416e59 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -16,7 +16,7 @@ endif
DEPS=../libcap/libcap.a ../libcap/libpsx.a
-all: $(BUILD) tcapsh-static
+all: $(BUILD)
$(DEPS):
make -C ../libcap all