diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-22 21:55:01 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-22 21:55:01 +0000 |
commit | e0cec5d75ad9fc1fd9f6d7d3b23b5b1226c89ea4 (patch) | |
tree | 0231691f0f5659061a43bb92712c9e7807831357 /Makefile.config.in | |
parent | 6fdaf4a219cd8ae3ff51fd5b731f8fce1b97d336 (diff) |
Get autoconf'd ETAGSFLAGS value from configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 84f3c1f9e56..8918e8339eb 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -48,6 +48,7 @@ MV = mv INSTALL = @INSTALL@ DOT = @DOT@ ETAGS = @ETAGS@ +ETAGSFLAGS = @ETAGSFLAGS@ # Determine the target for which LLVM should generate code. LLVMGCCARCH := @target@/3.4-llvm |