summaryrefslogtreecommitdiff
path: root/pr/src/md/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/Makefile.in')
-rw-r--r--pr/src/md/Makefile.in26
1 files changed, 1 insertions, 25 deletions
diff --git a/pr/src/md/Makefile.in b/pr/src/md/Makefile.in
index 5e78b60b..f9157722 100644
--- a/pr/src/md/Makefile.in
+++ b/pr/src/md/Makefile.in
@@ -26,30 +26,7 @@ include $(MOD_DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
-ifdef USE_AUTOCONF
DIRS = $(PR_MD_ARCH_DIR)
-else
-ifeq ($(OS_ARCH),WINNT)
- ifeq ($(OS_TARGET),OS2)
- DIRS = os2
- else
- DIRS = windows
- endif
-else
- ifeq ($(OS_ARCH),BeOS)
- DIRS = beos
- else
- DIRS = unix
- endif
-endif
-
-# Disable optimization of the nspr on SunOS4.1.3
-ifeq ($(OS_ARCH),SunOS)
-ifeq ($(OS_RELEASE),4.1.3_U1)
-OPTIMIZER =
-endif
-endif
-endif # USE_AUTOCONF
CSRCS = \
prosdep.c \
@@ -57,7 +34,7 @@ CSRCS = \
TARGETS = $(OBJS)
-INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include
+INCLUDES = -I$(dist_includedir) -I$(topsrcdir)/pr/include
DEFINES += -D_NSPR_BUILD_
@@ -65,4 +42,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export