Fix the doxygen target in the top-level Makefile.
authorJosé Fonseca <jfonseca@titan.(none)>
Fri, 21 Sep 2007 15:47:00 +0000 (16:47 +0100)
committerJosé Fonseca <jfonseca@titan.(none)>
Fri, 21 Sep 2007 15:47:56 +0000 (16:47 +0100)
Makefile

index f65aa60..4f8cc20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,10 @@ default: $(TOP)/configs/current
 
 
 doxygen:
-       (cd doxygen ; make) ; \
+       cd doxygen && $(MAKE)
+
+.PHONY: doxygen
+
 
 clean:
        @for dir in $(SUBDIRS) ; do \