summaryrefslogtreecommitdiff
path: root/libc/misc/error/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/error/Makefile')
-rw-r--r--libc/misc/error/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/error/Makefile b/libc/misc/error/Makefile
index 754010688..880fd58df 100644
--- a/libc/misc/error/Makefile
+++ b/libc/misc/error/Makefile
@@ -19,7 +19,7 @@
TOPDIR=../../../
include $(TOPDIR)Rules.mak
-CSRC=error.c
+CSRC=error.c err.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)