[PATCH] Fix typo in -lpthread

Sukadev Bhattiprolu (none) suka at suka.
Wed Jul 22 13:22:38 PDT 2009


Signed-off-by: Sukadev Bhattiprolu <sukadev at us.ibm.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 53e3a46..3dbc63d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ all: $(PROGS)
 
 ckptinfo: ckptinfo_types.o
 
-mktree:	CFLAGS += -D__REENTRANT -pthreads
+mktree:	CFLAGS += -D__REENTRANT -lpthread
 
 ckptinfo_types.o: ckptinfo_types.c
 	@echo $(CC) -c $(CFLAGS) $<
-- 
1.6.0.4



More information about the Containers mailing list