http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
doxygen.cfg also references ARCH
[people/xl0/gpxe.git]
/
src
/
Makefile.housekeeping
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
ed4ba51
..
78b4f07
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-425,7
+425,10
@@
$(BIN)/%.rebuild :
# Documentation
#
$(BIN)/doxygen.cfg : doxygen.cfg $(MAKEDEPS)
# Documentation
#
$(BIN)/doxygen.cfg : doxygen.cfg $(MAKEDEPS)
- $(PERL) -pe 's{\@SRCDIRS\@}{$(SRCDIRS)}; s{\@BIN\@}{$(BIN)};' $< > $@
+ $(PERL) -pe 's{\@SRCDIRS\@}{$(SRCDIRS)}; ' \
+ -e 's{\@BIN\@}{$(BIN)}; ' \
+ -e 's{\@ARCH\@}{$(ARCH)}; ' \
+ $< > $@
$(BIN)/doc : $(BIN)/doxygen.cfg
$(DOXYGEN) $<
$(BIN)/doc : $(BIN)/doxygen.cfg
$(DOXYGEN) $<