Browse Source

selftests: fix clean target in kcmp Makefile

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Ramkumar Ramachandra 12 years ago
parent
commit
1b78715503
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tools/testing/selftests/kcmp/Makefile

+ 1 - 2
tools/testing/selftests/kcmp/Makefile

@@ -25,5 +25,4 @@ run_tests: all
 	@./kcmp_test || echo "kcmp_test: [FAIL]"
 
 clean:
-	rm -fr ./run_test
-	rm -fr ./test-file
+	$(RM) kcmp_test kcmp-test-file