aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-30 13:52:11 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-30 13:52:11 +0000
commitf5b55656c00cf2e75d265b7147cf60edd6e2eb10 (patch)
tree1cd44465f059badcfe38c3eec925f84cee73c8aa /autoconf
parenta58d2be76f90aaeeccd89e9794ccd053f370cf8e (diff)
downloadexternal_llvm-f5b55656c00cf2e75d265b7147cf60edd6e2eb10.zip
external_llvm-f5b55656c00cf2e75d265b7147cf60edd6e2eb10.tar.gz
external_llvm-f5b55656c00cf2e75d265b7147cf60edd6e2eb10.tar.bz2
Removed the utils/Makefile file from being copied to the object root tree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8759 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 5ea74e6..01e1199 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -193,7 +193,6 @@ 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(www/docs/Makefile)
AC_CONFIG_MAKEFILE(projects/Makefile)
AC_CONFIG_MAKEFILE(projects/sample/Makefile)