From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sukadev Bhattiprolu Subject: [PATCH][user-cr]: Fix typo in -lpthread Date: Wed, 22 Jul 2009 13:28:37 -0700 Message-ID: <20090722202837.GA18639@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: Containers List-Id: containers.vger.kernel.org >From 55cb828036ff604fc9cdf686b51afb35247c8f57 Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu Date: Wed, 22 Jul 2009 13:22:38 -0700 Subject: [PATCH] Fix typo in -lpthread Signed-off-by: Sukadev Bhattiprolu --- 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