From: Reid Spencer Date: Wed, 21 Jun 2006 17:21:39 +0000 (+0000) Subject: For PR811: X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=28f6f2218bd2556dea33653afddbc6c39bf9d12e;p=oota-llvm.git 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 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 79292baa539..8bd77fd46bc 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