[CRIU] [PATCH 04/24] compel/Makefile: rm unused .FORCE thing

Kir Kolyshkin kir at openvz.org
Sat Dec 17 03:21:57 PST 2016


Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 compel/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compel/Makefile b/compel/Makefile
index 65426d8..b200038 100644
--- a/compel/Makefile
+++ b/compel/Makefile
@@ -1,7 +1,5 @@
 include $(SRC_DIR)/Makefile.versions
 
-.PHONY: .FORCE
-
 COMPEL_SO_VERSION	:= $(COMPEL_SO_VERSION_MAJOR)$(if $(COMPEL_SO_VERSION_MINOR),.$(COMPEL_SO_VERSION_MINOR))$(if $(COMPEL_SO_VERSION_SUBLEVEL),.$(COMPEL_SO_VERSION_SUBLEVEL))
 COMPEL_SO_VERSION_CODE	:= $(shell expr $(COMPEL_SO_VERSION_MAJOR) \* 65536 \+ $(COMPEL_SO_VERSION_MINOR) \* 256 \+ $(COMPEL_SO_VERSION_SUBLEVEL))
 ccflags-y		+= -iquote compel/arch/$(ARCH)/src/lib/include
-- 
2.7.4



More information about the CRIU mailing list