diff options
author | Tyler Baker <[email protected]> | 2015-04-21 15:52:13 -0700 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2015-05-26 15:58:06 -0600 |
commit | 84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57 (patch) | |
tree | 33a1e444237335192095b9bd097e71953cc931d9 | |
parent | 3bc54b5a016fce02af29ae1023e429faa5423e7f (diff) |
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 <[email protected]>
Signed-off-by: Tyler Baker <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r-- | tools/testing/selftests/exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |