summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87c85d38e..e3936bfda 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ CFLAGS += -DDEBUG_ZIP # zip stores debugging
# Note: -lz has to be first otherwise inflate() will be the exec server's
# inflate function
LDFLAGS = -L~ -lz -L. -lnetfs -lfshelp -liohelp -lports \
- -lihash -lshouldbeinlibc -lthreads -lstore -lbz2 #-lpthread
+ -lihash -lshouldbeinlibc -lpthread -lstore -lbz2
CTAGS = ctags
SRC = main.c netfs.c tarfs.c tarlist.c fs.c cache.c tar.c names.c \