OSDN Git Service

For PR811:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 21 Jun 2006 17:21:39 +0000 (17:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 21 Jun 2006 17:21:39 +0000 (17:21 +0000)
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

tools/llvmc/Makefile

index 79292ba..8bd77fd 100644 (file)
@@ -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