diff options
author | Tyler Baker <tyler.baker@linaro.org> | 2015-04-21 15:52:13 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-05-26 15:58:06 -0600 |
commit | 84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57 (patch) | |
tree | 33a1e444237335192095b9bd097e71953cc931d9 /tools/testing | |
parent | 3bc54b5a016fce02af29ae1023e429faa5423e7f (diff) | |
download | linux-84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57.tar.gz linux-84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57.tar.bz2 linux-84cbd9e4c4575cbf8155f5c8688eafdd7cc40b57.zip |
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')
-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: |