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>
This commit is contained in:
parent
3bc54b5a01
commit
84cbd9e4c4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
CFLAGS = -Wall
|
CFLAGS = -Wall
|
||||||
BINARIES = execveat
|
BINARIES = execveat
|
||||||
DEPS = execveat.symlink execveat.denatured script subdir
|
DEPS = execveat.symlink execveat.denatured script
|
||||||
all: $(BINARIES) $(DEPS)
|
all: $(BINARIES) $(DEPS)
|
||||||
|
|
||||||
subdir:
|
subdir:
|
||||||
|
|
Loading…
Reference in a new issue