summaryrefslogtreecommitdiff
path: root/pr/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/Makefile.in')
-rw-r--r--pr/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in
index d4af5676..3e68738c 100644
--- a/pr/src/Makefile.in
+++ b/pr/src/Makefile.in
@@ -137,9 +137,9 @@ endif
ifeq ($(OS_ARCH),Linux)
ifeq ($(USE_PTHREADS), 1)
-OS_LIBS = -lpthread -ldl -lc
+OS_LIBS = -lpthread -ldl
else
-OS_LIBS = -ldl -lc
+OS_LIBS = -ldl
endif
endif