[llvm-commits] CVS: llvm/Makefile.config.in
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jan 22 15:56:08 PST 2004
Changes in directory llvm:
Makefile.config.in updated: 1.17 -> 1.18
---
Log message:
Get autoconf'd ETAGSFLAGS value from configure.
---
Diffs of the changes: (+1 -0)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.17 llvm/Makefile.config.in:1.18
--- llvm/Makefile.config.in:1.17 Wed Jan 21 13:39:07 2004
+++ llvm/Makefile.config.in Thu Jan 22 15:55:01 2004
@@ -48,6 +48,7 @@
INSTALL = @INSTALL@
DOT = @DOT@
ETAGS = @ETAGS@
+ETAGSFLAGS = @ETAGSFLAGS@
# Determine the target for which LLVM should generate code.
LLVMGCCARCH := @target@/3.4-llvm
More information about the llvm-commits
mailing list