summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-06-21 17:21:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-06-21 17:21:39 +0000
commit28f6f2218bd2556dea33653afddbc6c39bf9d12e (patch)
tree361872cea06c5f6aa7fb8a0a86f04f4ddc23491f /tools
parent70aa33ee37fede7fb84de02daa38557ffd366458 (diff)
downloadllvm-28f6f2218bd2556dea33653afddbc6c39bf9d12e.tar.gz
llvm-28f6f2218bd2556dea33653afddbc6c39bf9d12e.tar.bz2
llvm-28f6f2218bd2556dea33653afddbc6c39bf9d12e.tar.xz
For PR811:
Don't both with the "C" and "cc" extensions as they aren't common and they the "C" extension conflicts with the "c" extension on operating systems that have case insensitive file names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile
index 79292baa53..8bd77fd46b 100644
--- a/tools/llvmc/Makefile
+++ b/tools/llvmc/Makefile
@@ -29,7 +29,5 @@ include $(LEVEL)/Makefile.common
install::
$(Echo) Installing additional C++ configuration clones
- $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cc
$(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/c++
$(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cxx
- $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/C