summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-09-02 21:59:35 +0000
committercls%seawood.org <devnull@localhost>1999-09-02 21:59:35 +0000
commit0ade3e3d37b482c7d4e6b0dd4ef9809811948ed9 (patch)
treef8d8ef67eb1716a68044ad4b39e346393bf05036
parentc3d083a0a14f7bc12503c510be1232dec239f415 (diff)
downloadnspr-hg-0ade3e3d37b482c7d4e6b0dd4ef9809811948ed9.tar.gz
Adding autoconf support for Irix. Thanks to Lee Iverson <leei@ai.sri.com> for the patches.
-rw-r--r--pr/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index b7c7ee9b..04b79dcf 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -173,7 +173,7 @@ PROGS = $(addprefix $(OBJDIR)/, $(CSRCS:.c=$(PROG_SUFFIX)))
TARGETS = $(PROGS)
-INCLUDES = -I$(DIST)/include -I$(MOD_DEPTH)/pr/include -I$(MOD_DEPTH)/pr/include/private
+INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
# Setting the variables LDOPTS and LIBPR. We first initialize
# them to the default values, then adjust them for some platforms.