Fix the doxygen target in the top-level Makefile.

This commit is contained in:
José Fonseca 2007-09-21 16:47:00 +01:00
parent 42df29d3b9
commit ae58f38fee
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ default: $(TOP)/configs/current
doxygen:
(cd doxygen ; make) ; \
cd doxygen && $(MAKE)
.PHONY: doxygen
clean:
@for dir in $(SUBDIRS) ; do \