summaryrefslogtreecommitdiffstats
path: root/ldap/libraries
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:28:45 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:28:45 +0000
commitfbe7b93edde01330b428ca0a2f4b595a5e5a908e (patch)
tree24a3635aafdc196c3fe64b196baf887f8e118f24 /ldap/libraries
parent823cf6940a435b667a5c27c3dcc80f60829f1a3c (diff)
downloadds-fbe7b93edde01330b428ca0a2f4b595a5e5a908e.tar.gz
ds-fbe7b93edde01330b428ca0a2f4b595a5e5a908e.tar.xz
ds-fbe7b93edde01330b428ca0a2f4b595a5e5a908e.zip
Resolves: #214728
Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NSPR20 (Comment #9)
Diffstat (limited to 'ldap/libraries')
-rw-r--r--ldap/libraries/Makefile1
-rw-r--r--ldap/libraries/libavl/Makefile1
-rw-r--r--ldap/libraries/libldif/Makefile1
-rw-r--r--ldap/libraries/liblitekey/Makefile1
-rw-r--r--ldap/libraries/libutil/Makefile1
5 files changed, 0 insertions, 5 deletions
diff --git a/ldap/libraries/Makefile b/ldap/libraries/Makefile
index 0fd5bd88..2b312baa 100644
--- a/ldap/libraries/Makefile
+++ b/ldap/libraries/Makefile
@@ -46,7 +46,6 @@ LDAP_SRC = $(BUILD_ROOT)/ldap
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
NOSTDSTRIP=true # don't let nsconfig.mk define target strip
-NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib
LIBDIR = $(LDAP_LIBDIR)
diff --git a/ldap/libraries/libavl/Makefile b/ldap/libraries/libavl/Makefile
index e6996719..e79c2f1e 100644
--- a/ldap/libraries/libavl/Makefile
+++ b/ldap/libraries/libavl/Makefile
@@ -46,7 +46,6 @@ BUILD_ROOT = ../../..
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
NOSTDSTRIP=true # don't let nsconfig.mk define target strip
-NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libavl
LIBDIR = $(LDAP_LIBDIR)
diff --git a/ldap/libraries/libldif/Makefile b/ldap/libraries/libldif/Makefile
index 9509f673..c48da914 100644
--- a/ldap/libraries/libldif/Makefile
+++ b/ldap/libraries/libldif/Makefile
@@ -46,7 +46,6 @@ BUILD_ROOT = ../../..
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
NOSTDSTRIP=true # don't let nsconfig.mk define target strip
-NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libldif
LIBDIR = $(LDAP_LIBDIR)
diff --git a/ldap/libraries/liblitekey/Makefile b/ldap/libraries/liblitekey/Makefile
index 7ab5f4c2..cf5d2996 100644
--- a/ldap/libraries/liblitekey/Makefile
+++ b/ldap/libraries/liblitekey/Makefile
@@ -46,7 +46,6 @@ BUILD_ROOT = ../../..
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
NOSTDSTRIP=true # don't let nsconfig.mk define target strip
-NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/liblitekey
LIBDIR = $(LDAP_LIBDIR)
diff --git a/ldap/libraries/libutil/Makefile b/ldap/libraries/libutil/Makefile
index 45c8f718..2bec1d04 100644
--- a/ldap/libraries/libutil/Makefile
+++ b/ldap/libraries/libutil/Makefile
@@ -46,7 +46,6 @@ BUILD_ROOT = ../../..
NOSTDCLEAN=true # don't let nsconfig.mk define target clean
NOSTDSTRIP=true # don't let nsconfig.mk define target strip
-NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libutil
LIBDIR = $(LDAP_LIBDIR)