summaryrefslogtreecommitdiff
path: root/pr/src/threads/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/threads/Makefile.in')
-rw-r--r--pr/src/threads/Makefile.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/pr/src/threads/Makefile.in b/pr/src/threads/Makefile.in
index 8e091510..47778a88 100644
--- a/pr/src/threads/Makefile.in
+++ b/pr/src/threads/Makefile.in
@@ -36,15 +36,6 @@ else
endif
endif
-ifndef USE_AUTOCONF
-# Disable optimization of the nspr on SunOS4.1.3
-ifeq ($(OS_ARCH),SunOS)
-ifeq ($(OS_RELEASE),4.1.3_U1)
-OPTIMIZER =
-endif
-endif
-endif
-
ifdef USE_PTHREADS
CSRCS = \
prcmon.c \
@@ -73,7 +64,7 @@ endif
TARGETS = $(OBJS)
-INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
+INCLUDES = -I$(dist_includedir) -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
DEFINES += -D_NSPR_BUILD_
@@ -81,4 +72,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export