1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

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 e9ab8d9f48)
This commit is contained in:
Andrew Tridgell 2006-08-23 01:51:45 +00:00 committed by Gerald (Jerry) Carter
parent f1da198449
commit 96adaec729

View File

@ -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