Skip to content
Snippets Groups Projects
Commit 84cbd9e4 authored by Tyler Baker's avatar Tyler Baker Committed by Shuah Khan
Browse files

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
No related branches found
No related tags found
No related merge requests found
CFLAGS = -Wall
BINARIES = execveat
DEPS = execveat.symlink execveat.denatured script subdir
DEPS = execveat.symlink execveat.denatured script
all: $(BINARIES) $(DEPS)
subdir:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment