From e683a57f325909003fa17bf82fc6570c49ef5f1b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 31 Aug 2006 10:31:40 +0000 Subject: r17964: try to support sun* hosts metze (This used to be commit 87d88b3a47047f837101aca2180555dc35cfcf31) --- source4/lib/talloc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/talloc/Makefile.in') diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in index ad298e6b49..cb8fb00406 100644 --- a/source4/lib/talloc/Makefile.in +++ b/source4/lib/talloc/Makefile.in @@ -32,8 +32,8 @@ install: all ${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 -- cgit