Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
[docs] Remove unsupported references to ExtraSource variable.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156857 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed May 15, 2012
1 parent 4062a92 commit 4073592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions Makefile.common
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions docs/Projects.html
Expand Up @@ -402,13 +402,6 @@ <h3>
<div>

<dl>
<dt>ExtraSource
<dd>
This variable contains a space separated list of extra source
files that need to be built. It is useful for including the
output of Lex and Yacc programs.
<p>

<dt>CFLAGS
<dt>CPPFLAGS
<dd>
Expand Down

0 comments on commit 4073592

Please sign in to comment.