Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

authored by

Tyler Baker and committed by
Shuah Khan
84cbd9e4 3bc54b5a

+1 -1
+1 -1
tools/testing/selftests/exec/Makefile
··· 1 1 CFLAGS = -Wall 2 2 BINARIES = execveat 3 - DEPS = execveat.symlink execveat.denatured script subdir 3 + DEPS = execveat.symlink execveat.denatured script 4 4 all: $(BINARIES) $(DEPS) 5 5 6 6 subdir: