From 6d72cc1b8577134a2a2750a8b892ec36f85c2190 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 25 Jun 2011 20:56:02 -0400 Subject: [PATCH] build: Remove stale flag. --- regressions/ck_brlock/benchmark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regressions/ck_brlock/benchmark/Makefile b/regressions/ck_brlock/benchmark/Makefile index e913ec2..1c6c0d6 100644 --- a/regressions/ck_brlock/benchmark/Makefile +++ b/regressions/ck_brlock/benchmark/Makefile @@ -8,7 +8,7 @@ latency: latency.c ../../../include/ck_brlock.h $(CC) $(CFLAGS) -o latency latency.c throughput: throughput.c ../../../include/ck_brlock.h - $(CC) $(CFLAGS) -lpthread -o throughput throughput.c + $(CC) $(CFLAGS) -o throughput throughput.c clean: rm -rf *.dSYM *~ *.o $(OBJECTS)