From 984a784f2c0d1c9115baee85b967f010285830a1 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 28 Apr 2005 17:32:32 +0000 Subject: 156273 Use the $(UNZIP) variable instead of calling unzip directly. --- ldap/cm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldap') diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile index 39673b9d..1f31e359 100644 --- a/ldap/cm/Makefile +++ b/ldap/cm/Makefile @@ -485,8 +485,8 @@ endif $(INSTALL) -m 644 $(OBJDIR)/manual/slapd/topicindex.htm $(RELDIR)/manual/en/slapd/ ; \ $(INSTALL) -m 644 $(OBJDIR)/manual/slapd/tokens.map $(RELDIR)/manual/en/slapd/ ; \ cd $(RELDIR)/manual/en/slapd; \ - unzip $(DSDOC_DIR)/$(DSDOC_COPYRIGHT); \ - unzip $(DSDOC_DIR)/$(DSDOC_CLIENTS); \ + $(UNZIP) $(DSDOC_DIR)/$(DSDOC_COPYRIGHT); \ + $(UNZIP) $(DSDOC_DIR)/$(DSDOC_CLIENTS); \ fi ifdef USE_PURIFY -- cgit