aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-11-10 23:28:41 -0800
committerAndrew G. Morgan <morgan@kernel.org>2021-11-10 23:29:12 -0800
commit0c463bf38d48dd9b725a5fa491e0728e04c37b94 (patch)
tree94e8f328a40a93cfc26926b4bba65dc4ba83ac0b
parent2e4335523e0a705b4ce6b49b1bfccfe519f559ce (diff)
downloadlibcap-0c463bf38d48dd9b725a5fa491e0728e04c37b94.tar.gz
Pick the correct topdir in our sucap example.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--contrib/sucap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sucap/Makefile b/contrib/sucap/Makefile
index 407e5ec..c58d5c4 100644
--- a/contrib/sucap/Makefile
+++ b/contrib/sucap/Makefile
@@ -1,4 +1,4 @@
-topdir=$(shell pwd)/..
+topdir=$(shell pwd)/../..
include ../../Make.Rules
all: su