summaryrefslogtreecommitdiff
path: root/pr/src/malloc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/malloc/Makefile.in')
-rw-r--r--pr/src/malloc/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/pr/src/malloc/Makefile.in b/pr/src/malloc/Makefile.in
index d058996d..0dddedc5 100644
--- a/pr/src/malloc/Makefile.in
+++ b/pr/src/malloc/Makefile.in
@@ -35,7 +35,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_
@@ -45,4 +45,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export