aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:22:55 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:22:55 +0000
commitaad65f6c18f7900e1e3373fef63f1c6a89fc7fdf (patch)
tree0fa09f2b0fdfc062824e78a254fc42b4ba79c403 /autoconf
parentc679d7e88f1a124b820f9451905bf614f24e0e0d (diff)
downloadexternal_llvm-aad65f6c18f7900e1e3373fef63f1c6a89fc7fdf.zip
external_llvm-aad65f6c18f7900e1e3373fef63f1c6a89fc7fdf.tar.gz
external_llvm-aad65f6c18f7900e1e3373fef63f1c6a89fc7fdf.tar.bz2
`link' is now `llvm-link'. Also alphabetized the tools for easy reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 62a6405..d17b5e8 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -181,14 +181,14 @@ AC_CONFIG_MAKEFILE(tools/bugpoint/Makefile)
AC_CONFIG_MAKEFILE(tools/extract/Makefile)
AC_CONFIG_MAKEFILE(tools/gccas/Makefile)
AC_CONFIG_MAKEFILE(tools/gccld/Makefile)
-AC_CONFIG_MAKEFILE(tools/link/Makefile)
AC_CONFIG_MAKEFILE(tools/llc/Makefile)
-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/lli/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-ar/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-dis/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-link/Makefile)
+AC_CONFIG_MAKEFILE(tools/opt/Makefile)
AC_CONFIG_MAKEFILE(utils/Makefile)
AC_CONFIG_MAKEFILE(utils/Burg/Makefile)
AC_CONFIG_MAKEFILE(utils/Burg/Doc/Makefile)