From e74933ad7df83fa9dd3267666e6a4beb094f7adc Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 7 Dec 2012 01:43:23 +0000 Subject: [PATCH] Makefile.common: Update a description, s/Source/SOURCES/ , according to MakefileGuide.html#control-variables . llvm-svn: 169569 --- llvm/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/Makefile.common b/llvm/Makefile.common index 55e2b63..a157aba 100644 --- a/llvm/Makefile.common +++ b/llvm/Makefile.common @@ -28,7 +28,7 @@ # built in any order. All DIRS are built in order before PARALLEL_DIRS are # built, which are then built in any order. # -# 4. Source - If specified, this sets the source code filenames. If this +# 4. SOURCES - If specified, this sets the source code filenames. If this # is not set, it defaults to be all of the .cpp, .c, .y, and .l files # in the current directory. # -- 2.7.4