summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-04-17 01:28:43 +0000
committercls%seawood.org <devnull@localhost>2001-04-17 01:28:43 +0000
commit6d61c78a2934ddb51d671140bf2ca56bdbee42f8 (patch)
tree3c7da392b994ce9d190e597a1ddd82a7638477ed
parent494b1b13abadabc2f309646299314c9469265244 (diff)
downloadnspr-hg-6d61c78a2934ddb51d671140bf2ca56bdbee42f8.tar.gz
Add extra include path for boehm buildsSTATIC_BUILD_20010418_BASE
-rw-r--r--pr/src/memory/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/memory/Makefile.in b/pr/src/memory/Makefile.in
index c6fe7da5..8ccd22e3 100644
--- a/pr/src/memory/Makefile.in
+++ b/pr/src/memory/Makefile.in
@@ -34,7 +34,7 @@ endif
TARGETS = $(OBJS)
-INCLUDES = -I$(dist_includedir) -I$(dist_includedir)/../boehm -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
+INCLUDES = -I$(dist_includedir) -I$(dist_includedir)/.. -I$(dist_includedir)/../boehm -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
DEFINES += -D_NSPR_BUILD_