svn commit: samba r17964 - in branches/SAMBA_4_0/source/lib/talloc: .

metze at samba.org metze at samba.org
Thu Aug 31 10:31:41 GMT 2006


Author: metze
Date: 2006-08-31 10:31:40 +0000 (Thu, 31 Aug 2006)
New Revision: 17964

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17964

Log:
try to support sun* hosts

metze
Modified:
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 10:17:54 UTC (rev 17963)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 10:31:40 UTC (rev 17964)
@@ -32,8 +32,8 @@
 	${INSTALLCMD} -d ${includedir}
 	${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(includedir)
 	${INSTALLCMD} -m 644 talloc.pc $(libdir)/pkgconfig
-	test ! -e talloc.3 || ${INSTALLCMD} -d ${mandir}/man3
-	test ! -e talloc.3 || ${INSTALLCMD} -m 644 talloc.3 $(mandir)/man3
+	if [ -f talloc.3 ];then ${INSTALLCMD} -d ${mandir}/man3; fi
+	if [ -f talloc.3 ];then ${INSTALLCMD} -m 644 talloc.3 $(mandir)/man3; fi
 
 doc: talloc.3 talloc.3.html
 



More information about the samba-cvs mailing list