svn commit: samba r16089 - in branches/SAMBA_4_0/source/lib/ldb: .

tpot at samba.org tpot at samba.org
Thu Jun 8 03:35:40 GMT 2006


Author: tpot
Date: 2006-06-08 03:35:39 +0000 (Thu, 08 Jun 2006)
New Revision: 16089

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

Log:
Make doxygen target work if $DOXYGEN variable is empty.

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-06-08 02:09:31 UTC (rev 16088)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-06-08 03:35:39 UTC (rev 16089)
@@ -134,7 +134,7 @@
 	test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
 
 doxygen:
-	test -z "$(DOXYGEN)" || $(DOXYGEN)
+	test -z "$(DOXYGEN)" || "$(DOXYGEN)"
 
 clean:
 	rm -f */*.o *.gcov */*.gc?? tdbtest.ldb* \



More information about the samba-cvs mailing list