From c42f6ce2e68cb8928c5fbfaac43f44625bbe4bed Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 6 Oct 2016 03:31:00 +0300 Subject: [PATCH] test/Makefile: rm bad code The 'umount2: umount2' doesn't make sense as it's a circular dependency. It came from commit e7b152fd and probably meant to say "umount2: umount2.c" instead. But it's not needed either as make has implicit rules like that. Drop the "zdtm_ct: zdtm_ct.c" for same reason. travis-ci: success for test/Makefile: rm bad code Cc: Andrei Vagin Cc: Cyrill Gorcunov Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- test/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 20336b7b4..a728e0cb3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,10 +19,6 @@ other: done .PHONY: other -zdtm_ct: zdtm_ct.c - -umount2: umount2 - zdtm: ./zdtm.py run -a --parallel 2 .PHONY: zdtm