From: Chris Lattner Date: Sat, 13 Sep 2003 02:35:56 +0000 (+0000) Subject: Configure the llvm-ar directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dcf0490fe5e76bd70630fc8d31f973bc49bfed00;p=oota-llvm.git Configure the llvm-ar directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8504 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index ab904c33fd8..fa0aa331b5e 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -179,6 +179,7 @@ AC_CONFIG_MAKEFILE(tools/lli/Makefile) AC_CONFIG_MAKEFILE(tools/opt/Makefile) AC_CONFIG_MAKEFILE(tools/llee/Makefile) AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile) +AC_CONFIG_MAKEFILE(tools/llvm-ar/Makefile) AC_CONFIG_MAKEFILE(tools/llvm-dis/Makefile) AC_CONFIG_MAKEFILE(utils/Makefile) AC_CONFIG_MAKEFILE(utils/Burg/Makefile)