diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-30 00:57:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-30 00:57:52 +0000 |
commit | c74ea9f3b0f5e911f21cd211370ff192efa27edc (patch) | |
tree | e262c2d7214627482007169d1102836bcb32509c /Makefile.common | |
parent | 260652a7af1c1dc910675bc58cbf342dbcf3a9a6 (diff) |
No really, this is LLVM!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 9fe71c0b1c..2b0a6968d0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -16,7 +16,7 @@ # The variable $(LEVEL) *must* be set: # # 1. LEVEL - The level of the current subdirectory from the top of the -# MagicStats view. This level should be expressed as a path, for +# source directory. This level should be expressed as a path, for # example, ../.. for two levels deep. # # 2. DIRS - A list of subdirectories to be built. Fake targets are set up |