From 28f6f2218bd2556dea33653afddbc6c39bf9d12e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 21 Jun 2006 17:21:39 +0000 Subject: [PATCH] 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 --- tools/llvmc/Makefile | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1