mktree was renamed to restart; update Makefile accordingly. Signed-off-by: Nathan Lynch <ntl@xxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 497648e..8cd0c2d 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ all: $(PROGS) ckptinfo: ckptinfo_types.o -mktree: CFLAGS += -D__REENTRANT -pthread +restart: CFLAGS += -D__REENTRANT -pthread ckptinfo_types.o: ckptinfo_types.c @echo $(CC) -c $(CFLAGS) $< -- 1.6.0.6 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers