Since we're installing these programs we need them to be built first. Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index e776857..f8b113a 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ ckptinfo: ckptinfo_types.o ckptinfo_types.c: $(CKPT_HEADERS) ckptinfo.py cat $(CKPT_HEADERS) | ./ckptinfo.py > ckptinfo_types.c -install: +install: $(PROGS) /usr/bin/install -d -D $(BIN_INSTALL_DIR) $(LIB_INSTALL_DIR) @echo /usr/bin/install -m 755 checkpoint restart nsexec ckptinfo $(BIN_INSTALL_DIR) @/usr/bin/install -m 755 checkpoint restart ckptinfo nsexec $(BIN_INSTALL_DIR) -- 1.6.3.3 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers