Commit 84cbd9e4 authored by Tyler Baker's avatar Tyler Baker Committed by Shuah Khan

selftests/exec: do not install subdir as it is already created

Remove subdir from DEPS as it is already created at runtime. Without this,
make install fails.
Acked-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Signed-off-by: default avatarTyler Baker <tyler.baker@linaro.org>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 3bc54b5a
CFLAGS = -Wall
BINARIES = execveat
DEPS = execveat.symlink execveat.denatured script subdir
DEPS = execveat.symlink execveat.denatured script
all: $(BINARIES) $(DEPS)
subdir:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment