summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2000-10-18 04:57:57 +0000
committercls%seawood.org <devnull@localhost>2000-10-18 04:57:57 +0000
commitfa2939233d16f631b645a29c306b649afc83745d (patch)
treef5bde27f6f8f2bd761d519c172d0b18f5ed1e6e0
parent6a75bd25c60e3a1d8388a96a0dffdac9426213b3 (diff)
downloadnspr-hg-fa2939233d16f631b645a29c306b649afc83745d.tar.gz
Sync INCLUDES with pr/src subdirs' INCLUDES so that parallel builds work again. Bug #31365
-rw-r--r--pr/src/Makefile2
-rw-r--r--pr/src/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/Makefile b/pr/src/Makefile
index 89943d3b..774951e4 100644
--- a/pr/src/Makefile
+++ b/pr/src/Makefile
@@ -361,7 +361,7 @@ endif
# Version information generation (begin)
#
ECHO = echo
-INCLUDES = -I$(DIST)/include
+INCLUDES = -I$(DIST)/include -I$(MOD_DEPTH)/pr/include -I$(MOD_DEPTH)/pr/include/private
TINC = $(OBJDIR)/_pr_bld.h
ifeq ($(OS_TARGET),OS2)
diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in
index 3e85803b..7be4f13b 100644
--- a/pr/src/Makefile.in
+++ b/pr/src/Makefile.in
@@ -369,7 +369,7 @@ endif
# Version information generation (begin)
#
ECHO = echo
-INCLUDES = -I$(DIST)/include
+INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
TINC = $(OBJDIR)/_pr_bld.h
PROD = $(notdir $(SHARED_LIBRARY))
NOW = $(MOD_DEPTH)/config/$(OBJDIR)/now