From: Tanya Lattner Date: Tue, 27 Mar 2007 23:19:39 +0000 (+0000) Subject: Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Teste... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b747fd221d468c5449044bb9af1061460a44d090;p=oota-llvm.git Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35390 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Makefile b/docs/Makefile index ad58a10ca01..6cea58dd5ef 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -18,7 +18,7 @@ DOXYGEN = doxygen PACKAGE_VERSION = $(shell grep AC_INIT ../autoconf/configure.ac | sed -e 's/[^,]*,[[][[]//' -e 's/]],.*//') $(warning VERSION=$(VERSION)) -doxygen.cfg: doxygen.cfg.in +$(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in cat $< | sed \ -e 's/@abs_top_srcdir@/../g' \ -e 's/@DOT@/dot/g' \