Changes in directory llvm/docs:

Makefile updated: 1.14 -> 1.15
---
Log message:

Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this 
correct.Tested doxygen generation on zion.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/docs/Makefile
diff -u llvm/docs/Makefile:1.14 llvm/docs/Makefile:1.15
--- llvm/docs/Makefile:1.14     Tue Mar 27 01:06:15 2007
+++ llvm/docs/Makefile  Tue Mar 27 18:19:39 2007
@@ -18,7 +18,7 @@
 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' \



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to