summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-16 18:53:27 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-16 18:53:27 +0000
commitb8814598889b1987998d8ec77c62836209ec9a94 (patch)
tree5228c3cbd4c923d900751b9c220d634b84dc9909 /libc/sysdeps/linux/m68k/Makefile
parent9cf790d833496cbd2677f8ccfec55c48cde8c78c (diff)
Remove an extra "/" from the crt0 path
Diffstat (limited to 'libc/sysdeps/linux/m68k/Makefile')
-rw-r--r--libc/sysdeps/linux/m68k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile b/libc/sysdeps/linux/m68k/Makefile
index 1b5eb6195..9f2e5da50 100644
--- a/libc/sysdeps/linux/m68k/Makefile
+++ b/libc/sysdeps/linux/m68k/Makefile
@@ -46,7 +46,7 @@ $(LIBC): ar-target
ar-target: $(OBJS) $(CRT0_OBJ)
$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
- cp $(CRT0_OBJ) $(TOPDIR)/$(CRT0_OBJ)
+ cp $(CRT0_OBJ) $(TOPDIR)$(CRT0_OBJ)
$(CRT0_OBJ): %.o : %.S
$(CC) $(CFLAGS) -c $< -o $@