summaryrefslogtreecommitdiff
path: root/pr/src/linking/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/linking/Makefile')
-rw-r--r--pr/src/linking/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/pr/src/linking/Makefile b/pr/src/linking/Makefile
index 0cb1f5e4..83eb283b 100644
--- a/pr/src/linking/Makefile
+++ b/pr/src/linking/Makefile
@@ -1,3 +1,4 @@
+# Generated automatically from Makefile.in by configure.
#
# The contents of this file are subject to the Netscape Public License
# Version 1.1 (the "NPL"); you may not use this file except in
@@ -17,9 +18,13 @@
#! gmake
-MOD_DEPTH = ../../..
+MOD_DEPTH = ../../..
+topsrcdir = ../../..
+srcdir = .
-include $(MOD_DEPTH)/config/config.mk
+include $(MOD_DEPTH)/config/autoconf.mk
+
+include $(topsrcdir)/config/config.mk
# Disable optimization of the nspr on SunOS4.1.3
ifeq ($(OS_ARCH),SunOS)
@@ -34,11 +39,11 @@ CSRCS = \
TARGETS = $(OBJS)
-INCLUDES = -I$(includedir) -I$(MOD_DEPTH)/pr/include -I$(MOD_DEPTH)/pr/include/private
+INCLUDES = -I$(includedir) -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
-DEFINES += -D_NSPR_BUILD_
+DEFINES += -D_NSPR_BUILD_
-include $(MOD_DEPTH)/config/rules.mk
+include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)