summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-22 22:57:38 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-22 22:57:38 +0200
commit92132dda0f13b2f4e82048797acfb7c34da2f53f (patch)
tree9b83195753256b86e28a26f0b544414a75ed1aac /Makefile
parent890f987c15029d7e29f7deea0bba0b8d4ecaeaeb (diff)
Fix profile link
* Makefile [PROFILE] (LIBS): Replace -lthreads with -lpthread
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c69cb20..9ab2ab8 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ifdef PROFILE
CFLAGS= -g -pg
CPPFLAGS= -DPROFILE
LDFLAGS= -static
-LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lthreads -lihash -lshouldbeinlibc
+LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lpthread -lihash -lshouldbeinlibc
endif
CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64