aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-10 22:17:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-10 22:17:02 +0000
commited0fdf9b02d508760ccd632a51e923a3ec5410a1 (patch)
tree3fcfd21ceb30c5b3ce55cd5b32311991fe979811
parentb64eb4925288e716a9b520bbdb2c0e4b9f8921e5 (diff)
Directory changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16891 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/configure.am b/autoconf/configure.am
index b3a8831306..8a5a2a9cf2 100644
--- a/autoconf/configure.am
+++ b/autoconf/configure.am
@@ -489,6 +489,7 @@ AC_CONFIG_HEADERS([include/llvm/ADT/iterator])
dnl Configure makefiles
AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile.rules])
AC_CONFIG_FILES([lib/Makefile])
AC_CONFIG_FILES([lib/Analysis/IPA/Makefile])
AC_CONFIG_FILES([lib/Analysis/Makefile])
@@ -499,7 +500,6 @@ AC_CONFIG_FILES([lib/Bytecode/Reader/Makefile])
AC_CONFIG_FILES([lib/Bytecode/Makefile])
AC_CONFIG_FILES([lib/Bytecode/Writer/Makefile])
AC_CONFIG_FILES([lib/Bytecode/Archive/Makefile])
-AC_CONFIG_FILES([lib/CodeGen/InstrSched/Makefile])
AC_CONFIG_FILES([lib/CodeGen/Makefile])
AC_CONFIG_FILES([lib/CodeGen/ModuloScheduling/Makefile])
AC_CONFIG_FILES([lib/CodeGen/SelectionDAG/Makefile])
@@ -513,6 +513,7 @@ AC_CONFIG_FILES([lib/Target/Makefile])
AC_CONFIG_FILES([lib/Target/Skeleton/Makefile])
AC_CONFIG_FILES([lib/Target/PowerPC/Makefile])
AC_CONFIG_FILES([lib/Target/SparcV9/Makefile])
+AC_CONFIG_FILES([lib/Target/SparcV9/InstrSched/Makefile])
AC_CONFIG_FILES([lib/Target/SparcV9/LiveVar/Makefile])
AC_CONFIG_FILES([lib/Target/SparcV9/RegAlloc/Makefile])
AC_CONFIG_FILES([lib/Target/X86/Makefile])