소스 검색

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>
Tyler Baker 10 년 전
부모
커밋
84cbd9e4c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/testing/selftests/exec/Makefile

+ 1 - 1
tools/testing/selftests/exec/Makefile

@@ -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: