diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-06-21 17:21:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-06-21 17:21:39 +0000 |
commit | 28f6f2218bd2556dea33653afddbc6c39bf9d12e (patch) | |
tree | 361872cea06c5f6aa7fb8a0a86f04f4ddc23491f /tools/llvmc/Makefile | |
parent | 70aa33ee37fede7fb84de02daa38557ffd366458 (diff) | |
download | external_llvm-28f6f2218bd2556dea33653afddbc6c39bf9d12e.zip external_llvm-28f6f2218bd2556dea33653afddbc6c39bf9d12e.tar.gz external_llvm-28f6f2218bd2556dea33653afddbc6c39bf9d12e.tar.bz2 |
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/llvmc/Makefile')
-rw-r--r-- | tools/llvmc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 79292ba..8bd77fd 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 |