Changes in directory llvm/tools/llvmc:
Makefile updated: 1.17 -> 1.18 --- Log message: For PR811: http://llvm.org/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. --- Diffs of the changes: (+0 -2) Makefile | 2 -- 1 files changed, 2 deletions(-) Index: llvm/tools/llvmc/Makefile diff -u llvm/tools/llvmc/Makefile:1.17 llvm/tools/llvmc/Makefile:1.18 --- llvm/tools/llvmc/Makefile:1.17 Wed May 31 20:30:27 2006 +++ llvm/tools/llvmc/Makefile Wed Jun 21 12:21:39 2006 @@ -29,7 +29,5 @@ 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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits