summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-04-08 23:27:53 +0000
committercls%seawood.org <devnull@localhost>2001-04-08 23:27:53 +0000
commitb2add31e8a0e6224b88f69990d76a276b2e16f03 (patch)
treef2d4f2fd4e72873293f5477db675f06462190af7
parent3c25c0b2287cdd81d811918794d3e9dc5a51afc3 (diff)
downloadnspr-hg-b2add31e8a0e6224b88f69990d76a276b2e16f03.tar.gz
Make building with boehm gc work again.
Thanks to L. David Baron <dbaron@fas.harvard.edu> for the patch.
-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 ee57f8b6..c6fe7da5 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)/../boehm -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
DEFINES += -D_NSPR_BUILD_