summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-23 01:51:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:33 -0500
commit96adaec729c608a0e29e456c266ea3e511a3b696 (patch)
treeefe796a014ceb3679f6852e0bb64d8f42b34a03f
parentf1da198449fece2e6d586859f35e1a2f1832336f (diff)
downloadsamba-96adaec729c608a0e29e456c266ea3e511a3b696.tar.gz
samba-96adaec729c608a0e29e456c266ea3e511a3b696.tar.bz2
samba-96adaec729c608a0e29e456c266ea3e511a3b696.zip
r17733: doxygen is way too noisy to build every time, and it doesn't do
dependencies. If someone can fix it to only rebuild when something changes, then feel free to re-enable it by default. Otherwise use "make doxygen" if you are in need of a doxygen fix .... (This used to be commit e9ab8d9f4820c03ee6023bc5dd586f4b5643aa2f)
-rw-r--r--source4/lib/ldb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index b3901a1216..72e024ddbb 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -61,7 +61,7 @@ EXAMPLES = examples/ldbreader examples/ldifreader
DIRS = lib bin common ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples tdb talloc
-all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages doxygen
+all: dirs $(OBJS) $(LIBS) $(BINS) $(EXAMPLES) manpages
.c.o:
@echo Compiling $*.c