diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-05-15 21:32:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-05-15 21:32:27 +0000 |
commit | 89e369ad61e4a144d264ee199d7819237fc99841 (patch) | |
tree | cb72a81d7bdd6abb9faf7d9c10c35814b3f10ae6 /Makefile.common | |
parent | ed0ab54d365f3f34f37d2f7cd5dfe214ccbff3d5 (diff) |
[docs] Remove unsupported references to ExtraSource variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index e1f52036f6..55e2b63434 100644 --- a/Makefile.common +++ b/Makefile.common @@ -30,8 +30,7 @@ # # 4. Source - 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. Also, if you want to build files in addition -# to the local files, you can use the ExtraSource variable +# in the current directory. # # 5. SourceDir - If specified, this specifies a directory that the source files # are in, if they are not in the current directory. This should include a |