aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/Makefile')
-rw-r--r--src/pkg/runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile
index 3c97c495f6..ea6192ae28 100644
--- a/src/pkg/runtime/Makefile
+++ b/src/pkg/runtime/Makefile
@@ -49,6 +49,7 @@ OFILES=\
mcache.$O\
mcentral.$O\
mem.$O\
+ memmove.$O\
mfixalloc.$O\
mgc0.$O\
mheap.$O\
@@ -68,7 +69,6 @@ OFILES=\
sys.$O\
thread.$O\
traceback.$O\
- memmove_$(GOARCH).$O\
$(OFILES_$(GOARCH))\
HFILES=\