summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc
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
commitc95970be9dbebff91ed0911876f71a12b2899378 (patch)
treec5287c43e54396a0bcc98a5e50bb1808e9984eed /llvm/tools/llvmc
parent1c12a881fbdef271e25d5ab9f472e29d7ef46d9d (diff)
downloadbcm5719-llvm-c95970be9dbebff91ed0911876f71a12b2899378.tar.gz
bcm5719-llvm-c95970be9dbebff91ed0911876f71a12b2899378.zip
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. llvm-svn: 28899
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r--llvm/tools/llvmc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile
index 79292baa539..8bd77fd46bc 100644
--- a/llvm/tools/llvmc/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud