summaryrefslogtreecommitdiff
path: root/threadproc/os2/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-08-27 16:26:11 +0000
committerRyan Bloom <rbb@apache.org>1999-08-27 16:26:11 +0000
commite44633d8fd4ec1893f37eb7ca9ff976726482e24 (patch)
treee360ea933df74ea721f9b90828608ee5912608e5 /threadproc/os2/Makefile.in
parent0dc12a018bb675ccf2859e3785702d5d2982646d (diff)
downloadapr-e44633d8fd4ec1893f37eb7ca9ff976726482e24.tar.gz
Fix compilation bugs in APR. Move compiled libraries into a common libs
directory after building. Removed (signal|cancel)_safe flags from context. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/os2/Makefile.in')
-rw-r--r--threadproc/os2/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/os2/Makefile.in b/threadproc/os2/Makefile.in
index 91d4249c2..bac0858e5 100644
--- a/threadproc/os2/Makefile.in
+++ b/threadproc/os2/Makefile.in
@@ -13,7 +13,7 @@ INCDIR1=../../include
INCDIR2=../../file_io/os2
INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I$(INCDIR2) -I.
-LIB=../threadproc.a
+LIB=threadproc.a
OBJS=proc.o \
thread.o \