Fix doc/Doxyfile.stamp rule portability
$< is only portable in suffix rules, so don't use it there.
This commit is contained in:
parent
63a2f075f6
commit
bde741ab43
@ -61,7 +61,7 @@ doxygen_sources = \
|
||||
$(top_srcdir)/tagmanager/src/tm_workspace.[ch]
|
||||
|
||||
$(builddir)/Doxyfile.stamp: $(builddir)/Doxyfile $(doxygen_sources)
|
||||
$(AM_V_GEN)$(DOXYGEN) $< && echo "" > $@
|
||||
$(AM_V_GEN)$(DOXYGEN) Doxyfile && echo "" > $@
|
||||
|
||||
all-local: $(builddir)/Doxyfile.stamp
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user