selftests:prctl: Fix make clean override warning
authorShuah Khan <skhan@linuxfoundation.org>
Tue, 25 Jul 2023 15:17:37 +0000 (09:17 -0600)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 25 Jul 2023 16:33:14 +0000 (10:33 -0600)
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>
tools/testing/selftests/prctl/Makefile

index cfc35d2..01dc90f 100644 (file)
@@ -10,7 +10,5 @@ all: $(TEST_PROGS)
 
 include ../lib.mk
 
-clean:
-       rm -fr $(TEST_PROGS)
 endif
 endif