r16089: Make doxygen target work if $DOXYGEN variable is empty.
authorTim Potter <tpot@samba.org>
Thu, 8 Jun 2006 03:35:39 +0000 (03:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:58 +0000 (14:08 -0500)
(This used to be commit 8f44d0a2d66751ebc648550eec1ea051724b750c)

source4/lib/ldb/Makefile.in

index ee2687c9aa9f8c6076a4ee99f985e4461c01d2ac..6e5d6524167bd70cf0ab121dc8f70003925abf9d 100644 (file)
@@ -134,7 +134,7 @@ examples/ldifreader: examples/ldifreader.o $(LIBS)
        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* \