diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-05-19 08:37:50 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-05-19 08:37:50 +0000 |
| commit | e63f99c8715fa9e27435dae92a8e0a1c67ce3f8b (patch) | |
| tree | e179698e0ea96e89ab8a2a39cb872f5a89ac380a | |
| parent | 8a4aa631fa81f50462d771b8f2230508238283c5 (diff) | |
| download | bcm5719-llvm-e63f99c8715fa9e27435dae92a8e0a1c67ce3f8b.tar.gz bcm5719-llvm-e63f99c8715fa9e27435dae92a8e0a1c67ce3f8b.zip | |
For PR514: Do not configure removed files
llvm-svn: 22139
| -rw-r--r-- | llvm/autoconf/configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 165a59a9e92..7a4832415c8 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -620,9 +620,6 @@ AC_CONFIG_HEADERS([include/llvm/ADT/iterator]) dnl Configure the makefile's configuration data AC_CONFIG_FILES([Makefile.config]) -dnl Configure llvmc's configuration files -AC_CONFIG_FILES([tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll tools/llvmc/c]) - dnl Configure doxygen's configuration file AC_CONFIG_FILES([docs/doxygen.cfg]) |

