Skip to content

Commit 7611c8f

Browse files
committed
selftests:prctl: Fix make clean override warning
Remove clean target in Makefile to fix the following warning and use the one in common lib.mk Makefile:14: warning: overriding recipe for target 'clean' ../lib.mk:160: warning: ignoring old recipe for target 'clean' Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent bf68c71 commit 7611c8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/testing/selftests/prctl/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ all: $(TEST_PROGS)
1010

1111
include ../lib.mk
1212

13-
clean:
14-
rm -fr $(TEST_PROGS)
1513
endif
1614
endif

0 commit comments

Comments
 (0)