From e44633d8fd4ec1893f37eb7ca9ff976726482e24 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 27 Aug 1999 16:26:11 +0000 Subject: 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 --- threadproc/os2/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threadproc/os2') 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 \ -- cgit v1.2.1