diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-03 19:49:52 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-11-03 19:49:52 +0000 |
commit | 33e0b0df2bc74a0ad80d07b04bcad644b693af85 (patch) | |
tree | e5fc1e3cb8494b31c339c0dcad0138fd2ba62350 | |
parent | b6c1f13f8ece15bf4a64c8985a5ae6f3bab14f4d (diff) | |
download | ds-33e0b0df2bc74a0ad80d07b04bcad644b693af85.tar.gz ds-33e0b0df2bc74a0ad80d07b04bcad644b693af85.tar.xz ds-33e0b0df2bc74a0ad80d07b04bcad644b693af85.zip |
Backed off the previous change for the non-Solaris platforms.
-rw-r--r-- | ldap/cm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile index 78d71fc3..e04d7e30 100644 --- a/ldap/cm/Makefile +++ b/ldap/cm/Makefile @@ -312,7 +312,11 @@ releaseDirectory: # the httpd library ifneq ($(ARCH), WINNT) + ifeq ($(ARCH), SOLARIS) $(INSTALL) -m 755 $(OBJDIR)/$(NSHTTPD_DLL)$(DLL_PRESUF).$(DLL_SUFFIX)* $(LDAP_PLUGIN_RELDIR) + else + $(INSTALL) -m 755 $(OBJDIR)/$(NSHTTPD_DLL)$(DLL_PRESUF).$(DLL_SUFFIX)* $(RELDIR)/$(DS_LIBDIR) + endif endif # Images for IM Presence plugin |