[docs] Remove unsupported references to ExtraSource variable.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 15 May 2012 21:32:27 +0000 (21:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 15 May 2012 21:32:27 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156857 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
docs/Projects.html

index e1f52036f6f6afbee5f5b35e7581e2b25f7c773f..55e2b63434c8f70d621417581a2effa19b3dce63 100644 (file)
@@ -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
index 54f747eea96f38bfbdbab5e5edd4f7f0df86fad6..45f6af5711cc47d9c7eb75491a2e163c430bc236 100644 (file)
@@ -402,13 +402,6 @@ do:</p>
 <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>