diff options
| author | Tyler Baker <tyler.baker@linaro.org> | 2015-04-21 18:52:13 -0400 |
|---|---|---|
| committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-05-26 17:58:06 -0400 |
| commit | 84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57 (patch) | |
| tree | 33a1e444237335192095b9bd097e71953cc931d9 /tools/testing/selftests/exec/Makefile | |
| 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 <mpe@ellerman.id.au>
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/exec/Makefile')
| -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 @@ | |||
| 1 | CFLAGS = -Wall | 1 | CFLAGS = -Wall |
| 2 | BINARIES = execveat | 2 | BINARIES = execveat |
| 3 | DEPS = execveat.symlink execveat.denatured script subdir | 3 | DEPS = execveat.symlink execveat.denatured script |
| 4 | all: $(BINARIES) $(DEPS) | 4 | all: $(BINARIES) $(DEPS) |
| 5 | 5 | ||
| 6 | subdir: | 6 | subdir: |
