forked from OSchip/llvm-project
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:
parent
1c12a881fb
commit
c95970be9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue