X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=Makefile.common;h=a157abaef274178cbfb12efda11b5230a73b9a5e;hp=e1f52036f6f6afbee5f5b35e7581e2b25f7c773f;hb=2ec5a319cacb9e13bf20bc8b9113d11212f10aae;hpb=9b8f542e2746b28721b3ec603c3aaaa10ea708fc diff --git a/Makefile.common b/Makefile.common index e1f52036f6f..a157abaef27 100644 --- a/Makefile.common +++ b/Makefile.common @@ -28,10 +28,9 @@ # 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. 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