summaryrefslogtreecommitdiff
path: root/lib/i386/Makefile.mk
diff options
context:
space:
mode:
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)