summaryrefslogtreecommitdiff
path: root/make/subdir.mk
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-18 06:49:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-18 06:49:09 +0000
commit6db90e61b58ae72b07faf3272fa9f15d4ad9b3bc (patch)
treeb028ea79160e0caea838ba46f57f70411f08e6fa /make/subdir.mk
parent78cfbc57c62949e16fa7b4a69775aa6450343a00 (diff)
Rename subdir 'Target' variable to 'Implementation' to be less overloaded.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/subdir.mk')
-rw-r--r--make/subdir.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/subdir.mk b/make/subdir.mk
index cf767f876..4b1b83e08 100644
--- a/make/subdir.mk
+++ b/make/subdir.mk
@@ -3,8 +3,8 @@
# Subdirectory makefiles must define:
# SubDirs - The subdirectories to traverse.
# ObjNames - The objects available in that directory.
-# Target - The library configuration the objects should go in (Generic or
-# Optimized)
+# Implementation - The library configuration the objects should go in (Generic or
+# Optimized)
# Dependencies - Any dependences for the object files.
#
# Subdirectory makefiles may define:
@@ -44,7 +44,7 @@ $(foreach config,$(ConfigsToTraverse), \
# The list of variables which are intended to be overridden in a subdirectory
# makefile.
-RequiredSubdirVariables := SubDirs ObjNames Target Dependencies
+RequiredSubdirVariables := SubDirs ObjNames Implementation Dependencies
OptionalSubdirVariables := OnlyArchs OnlyConfigs
# Template: subdir_traverse_template subdir