summaryrefslogtreecommitdiff
path: root/pr/src/pthreads/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/pthreads/Makefile.in')
-rw-r--r--pr/src/pthreads/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/pr/src/pthreads/Makefile.in b/pr/src/pthreads/Makefile.in
index f8328e90..4201bad9 100644
--- a/pr/src/pthreads/Makefile.in
+++ b/pr/src/pthreads/Makefile.in
@@ -42,7 +42,7 @@ CSRCS = \
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_
@@ -50,5 +50,4 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export