[Fedora-directory-commits] ldapserver/ldap/cm Makefile,1.67,1.68

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Nov 3 19:49:55 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4577

Modified Files:
	Makefile 
Log Message:
Backed off the previous change for the non-Solaris platforms.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Makefile,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- Makefile	3 Nov 2006 00:53:55 -0000	1.67
+++ Makefile	3 Nov 2006 19:49:52 -0000	1.68
@@ -312,7 +312,11 @@
 
 # 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




More information about the Fedora-directory-commits mailing list