diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-16 18:53:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-16 18:53:27 +0000 |
commit | b8814598889b1987998d8ec77c62836209ec9a94 (patch) | |
tree | 5228c3cbd4c923d900751b9c220d634b84dc9909 /libc/sysdeps/linux/arm/Makefile | |
parent | 9cf790d833496cbd2677f8ccfec55c48cde8c78c (diff) |
Remove an extra "/" from the crt0 path
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index 08e7c01b0..c6505c93c 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -43,7 +43,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 $@ |