summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-16 10:06:27 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-16 10:06:27 +0000
commit705ce36d85df6a6ab0f881a89797a5a88bd0422a (patch)
treea892a8176b72693e5e84f66ca93fcb3ed041f94c /libc/sysdeps/linux/m68k/Makefile
parent31c580aa61615bcea5625ae884db7ad965bb1829 (diff)
Added common handling of errno.
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 fd55d7944..12c659a07 100644
--- a/libc/sysdeps/linux/m68k/Makefile
+++ b/libc/sysdeps/linux/m68k/Makefile
@@ -33,7 +33,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0))
SSRC=setjmp.S # longjmp.S _start.S clone.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
-CSRC=errno.c
+CSRC=#errno.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(SOBJS) $(MOBJ) $(COBJS)