summaryrefslogtreecommitdiff
path: root/libc/misc/internals/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-26 09:35:50 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-26 09:35:50 +0000
commit033c0d7edcb04845b31ca09ae87f9c25acab975d (patch)
tree363dc134e08512eb9ae8e40b75ef86cda828baa6 /libc/misc/internals/Makefile
parent2c81c415ceda41331df567ba97ab5cdf98211107 (diff)
Proper support for setting h_errno
Diffstat (limited to 'libc/misc/internals/Makefile')
-rw-r--r--libc/misc/internals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile
index c81e02078..6e1c2c29d 100644
--- a/libc/misc/internals/Makefile
+++ b/libc/misc/internals/Makefile
@@ -24,7 +24,7 @@
TOPDIR=../../../
include $(TOPDIR)Rules.mak
-CSRC=ultostr.c ltostr.c __uClibc_main.c tempname.c errno.c __errno_location.c
+CSRC=ultostr.c ltostr.c __uClibc_main.c tempname.c errno.c __errno_location.c __h_errno_location.c
ifeq ($(HAS_FLOATING_POINT),true)
CSRC += dtostr.c zoicheck.c
endif