Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Teste...
authorTanya Lattner <tonic@nondot.org>
Tue, 27 Mar 2007 23:19:39 +0000 (23:19 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 27 Mar 2007 23:19:39 +0000 (23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35390 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Makefile

index ad58a10ca0172d327927967bbde5419227129d2a..6cea58dd5ef844703edf8f69d0ad4b026d8fe514 100644 (file)
@@ -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' \