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* \
