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
This commit is contained in:
Reid Spencer 2006-06-21 17:21:39 +00:00
parent 1c12a881fb
commit c95970be9d
1 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,5 @@ include $(LEVEL)/Makefile.common
install:: install::
$(Echo) Installing additional C++ configuration clones $(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)/c++
$(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cxx $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cxx
$(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/C