diff options
author | Rob Crittenden <rcritten@redhat.com> | 2005-04-28 17:32:32 +0000 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2005-04-28 17:32:32 +0000 |
commit | 984a784f2c0d1c9115baee85b967f010285830a1 (patch) | |
tree | 121bd8bedeb9683b9169572b2374da87af0c79c3 /ldap/cm/Makefile | |
parent | 9dada1b0986c9e268ffef6836ee2f00d97f3d408 (diff) | |
download | ds-984a784f2c0d1c9115baee85b967f010285830a1.tar.gz ds-984a784f2c0d1c9115baee85b967f010285830a1.tar.xz ds-984a784f2c0d1c9115baee85b967f010285830a1.zip |
156273
Use the $(UNZIP) variable instead of calling unzip directly.
Diffstat (limited to 'ldap/cm/Makefile')
-rw-r--r-- | ldap/cm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |