From: Brian Gaeke Date: Thu, 22 Jan 2004 21:55:01 +0000 (+0000) Subject: Get autoconf'd ETAGSFLAGS value from configure. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e0cec5d75ad9fc1fd9f6d7d3b23b5b1226c89ea4;p=oota-llvm.git Get autoconf'd ETAGSFLAGS value from configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10961 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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