summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-11 13:53:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-11 13:53:52 +0000
commit85dfb8d948f800bfe6608f4ccd65e3f6acedcee9 (patch)
treefc01dc0bdfab0e42520b51a6e4e8ee441d7f447d /autoconf
parent4590b8c090dade63d6cb1ba39109331607036f4d (diff)
downloadllvm-85dfb8d948f800bfe6608f4ccd65e3f6acedcee9.tar.gz
llvm-85dfb8d948f800bfe6608f4ccd65e3f6acedcee9.tar.bz2
llvm-85dfb8d948f800bfe6608f4ccd65e3f6acedcee9.tar.xz
[autoconf] Prune "runtime" stuff in configure, corresponding to r191835.
config.status: executing runtime/Makefile commands autoconf/install-sh: runtime/Makefile does not exist. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index d5f95cd0eb..5678a21f60 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1969,7 +1969,6 @@ AC_CONFIG_MAKEFILE(Makefile)
AC_CONFIG_MAKEFILE(Makefile.common)
AC_CONFIG_MAKEFILE(examples/Makefile)
AC_CONFIG_MAKEFILE(lib/Makefile)
-AC_CONFIG_MAKEFILE(runtime/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile.tests)
AC_CONFIG_MAKEFILE(unittests/Makefile)