summaryrefslogtreecommitdiffstats
path: root/lib/ldaputil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldaputil/Makefile')
-rw-r--r--lib/ldaputil/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/ldaputil/Makefile b/lib/ldaputil/Makefile
index 21b39972..0102d029 100644
--- a/lib/ldaputil/Makefile
+++ b/lib/ldaputil/Makefile
@@ -60,9 +60,7 @@ MCC_INCLUDE=-I$(BUILD_ROOT)/include \
$(DBM_INCLUDE) $(LDAPSDK_INCLUDE) \
$(SECURITY_INCLUDE) $(NSPR_INCLUDE)
-CERTMAP_CONF = $(RELDIR)/shared/config/certmap.conf
-
-all: $(OBJDEST) $(LOCAL_DEPS) $(LIBS) $(CERTMAP_CONF)
+all: $(OBJDEST) $(LOCAL_DEPS) $(LIBS)
$(OBJDEST):
mkdir -p $(OBJDEST)
@@ -94,12 +92,5 @@ $(LIBS): $(OBJS)
$(AR) $(OBJS)
$(RANLIB) $@
-$(CERTMAP_CONF): certmap.conf
- rm -f $@
- if [ ! -d $(dir $@) ] ; then \
- mkdir -p $(dir $@) ; \
- fi
- cp $< $(dir $@)
-
include $(INCLUDE_DEPENDS)