[PATCH 3/4] user-cr: Fix install rule dependencies

Matt Helsley matthltc at us.ibm.com
Fri Feb 26 10:56:41 PST 2010


Since we're installing these programs we need them to be built first.

Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
---
 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



More information about the Containers mailing list