summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-07 01:43:23 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-07 01:43:23 +0000
commit4a0ed9f4c7d4bc088ed744945bdb6b024ac3eeff (patch)
tree964a693df844354306a7d740e58f841364865ca4 /Makefile.common
parentd33d2210dc1e677e1c6bb1342e33dfed57c95b8f (diff)
downloadllvm-4a0ed9f4c7d4bc088ed744945bdb6b024ac3eeff.tar.gz
llvm-4a0ed9f4c7d4bc088ed744945bdb6b024ac3eeff.tar.bz2
llvm-4a0ed9f4c7d4bc088ed744945bdb6b024ac3eeff.tar.xz
Makefile.common: Update a description, s/Source/SOURCES/ , according to MakefileGuide.html#control-variables .
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 55e2b63434..a157abaef2 100644
--- a/Makefile.common
+++ b/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.
#