[CRIU] [PATCH 1/9] criu/pie/Makefile: nuke SRC_DIR
Kir Kolyshkin
kir at openvz.org
Fri Mar 24 15:07:38 PDT 2017
This is a missing hunk from commit 85b04c8 "Makefiles: nuke $(SRC_DIR)"
which has somehow escaped from my attention.
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
criu/pie/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/pie/Makefile b/criu/pie/Makefile
index d8b3fbf..711d83a 100644
--- a/criu/pie/Makefile
+++ b/criu/pie/Makefile
@@ -37,7 +37,7 @@ endif
asflags-y += -D__ASSEMBLY__
BLOBS += $(obj)/restorer-blob.h $(obj)/parasite-blob.h
-LDS := $(SRC_DIR)/compel/arch/$(SRCARCH)/scripts/compel-pack.lds.S
+LDS := compel/arch/$(SRCARCH)/scripts/compel-pack.lds.S
.SECONDARY:
--
2.9.3
More information about the CRIU
mailing list