projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42df29d
)
Fix the doxygen target in the top-level Makefile.
author
José Fonseca
<jfonseca@titan.(none)>
Fri, 21 Sep 2007 15:47:00 +0000
(16:47 +0100)
committer
José Fonseca
<jfonseca@titan.(none)>
Fri, 21 Sep 2007 15:47:56 +0000
(16:47 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f65aa60d5730fd1c4890b557487bf78c52ac00f9..4f8cc20390310e5a12be493e8828e592076479f3 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 \