From: Tyler Baker Date: Tue, 21 Apr 2015 22:52:13 +0000 (-0700) Subject: selftests/exec: do not install subdir as it is already created X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57;p=linux-beck.git 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 Signed-off-by: Tyler Baker Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing/selftests/exec/Makefile index 4edb7d0da29b..6b76bfdc847e 100644 --- a/tools/testing/selftests/exec/Makefile +++ b/tools/testing/selftests/exec/Makefile @@ -1,6 +1,6 @@ CFLAGS = -Wall BINARIES = execveat -DEPS = execveat.symlink execveat.denatured script subdir +DEPS = execveat.symlink execveat.denatured script all: $(BINARIES) $(DEPS) subdir: