aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-19 08:31:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-19 08:31:55 +0000
commited93e115c8144ed33888febfde8799c82b638cfe (patch)
tree7a50ae9673239e21a16d38498d23abf2b80a1d1f /configure
parent1030f72f8aea31fad9ebc22c471d2708c36d5bf6 (diff)
downloadexternal_llvm-ed93e115c8144ed33888febfde8799c82b638cfe.zip
external_llvm-ed93e115c8144ed33888febfde8799c82b638cfe.tar.gz
external_llvm-ed93e115c8144ed33888febfde8799c82b638cfe.tar.bz2
For PR514: Do not configure removed files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 04be6ae..18f0a2e 100755
--- a/configure
+++ b/configure
@@ -30283,9 +30283,6 @@ _ACEOF
ac_config_files="$ac_config_files Makefile.config"
- ac_config_files="$ac_config_files tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll tools/llvmc/c"
-
-
ac_config_files="$ac_config_files docs/doxygen.cfg"
@@ -30872,10 +30869,6 @@ do
case "$ac_config_target" in
# Handling of arguments.
"Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
- "tools/llvmc/st" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/st" ;;
- "tools/llvmc/cpp" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/cpp" ;;
- "tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
- "tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
"docs/doxygen.cfg" ) CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
"setup" ) CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;;
"Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;