From 9e2ce61cac8d63674de3a763f27ee9b2fe0ec37d Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 19 Sep 2016 13:58:01 -0700 Subject: Makefile nitpicks 1. As __nmk_dir already ends with a slash, there's no need for an extra one. 2. No need to include macro.mk into criu/Makefile -- nothing it defines is used from there. Cc: Cyrill Gorcunov Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index f1c0821fd..d036893b4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,4 @@ -include $(__nmk_dir)/include.mk -include $(__nmk_dir)/macro.mk +include $(__nmk_dir)include.mk CRIU_SO := libcriu.so UAPI_HEADERS := c/criu.h ../images/rpc.proto -- cgit v1.2.3