summaryrefslogtreecommitdiff
path: root/lib/i386/Makefile.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 /lib/i386/Makefile.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 'lib/i386/Makefile.mk')
-rw-r--r--lib/i386/Makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/i386/Makefile.mk b/lib/i386/Makefile.mk
index 7ab112d6e..20f95e651 100644
--- a/lib/i386/Makefile.mk
+++ b/lib/i386/Makefile.mk
@@ -13,7 +13,7 @@ OnlyArchs := i386
AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o)
-Target := Optimized
+Implementation := Optimized
# FIXME: use automatic dependencies?
Dependencies := $(wildcard lib/*.h $(Dir)/*.h)