aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-09 20:52:17 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-09 20:52:17 +0000
commitd9cd14440d6e44001d1280e75236b6a9d2247419 (patch)
treec214176b3b8ef52ef0615d99e2fb02bcef43df5b /autoconf
parent76b5f88c57846b453d3b115930fe83089025ccca (diff)
downloadexternal_llvm-d9cd14440d6e44001d1280e75236b6a9d2247419.zip
external_llvm-d9cd14440d6e44001d1280e75236b6a9d2247419.tar.gz
external_llvm-d9cd14440d6e44001d1280e75236b6a9d2247419.tar.bz2
Removed Makefiles for directories that no longer exist.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 34fd90e..c970387 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -39,8 +39,6 @@ AC_CONFIG_MAKEFILE(lib/CodeGen/Makefile)
AC_CONFIG_MAKEFILE(lib/CodeGen/InstrSched/Makefile)
AC_CONFIG_MAKEFILE(lib/CodeGen/InstrSelection/Makefile)
AC_CONFIG_MAKEFILE(lib/CodeGen/ModuloScheduling/Makefile)
-AC_CONFIG_MAKEFILE(lib/CodeGen/PostOpts/Makefile)
-AC_CONFIG_MAKEFILE(lib/CodeGen/PreOpts/Makefile)
AC_CONFIG_MAKEFILE(lib/CodeGen/RegAlloc/Makefile)
AC_CONFIG_MAKEFILE(lib/CodeGen/SelectionDAG/Makefile)
AC_CONFIG_MAKEFILE(lib/ExecutionEngine/Makefile)
@@ -147,15 +145,6 @@ AC_CONFIG_MAKEFILE(test/Programs/NoSource/Flex/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/NoSource/Larn/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/NoSource/Moria-5.5.2/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/NoSource/Povray31/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/164.gzip/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/181.mcf/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/197.parser/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/254.gap/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/255.vortex/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/256.bzip2/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/NoSource/SPEC/CINT2000/300.twolf/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/NoSource/m4/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Makefile.singlesrc)