summaryrefslogtreecommitdiff
path: root/libc-parts
diff options
context:
space:
mode:
authormarcus <marcus>2003-09-19 17:08:11 +0000
committermarcus <marcus>2003-09-19 17:08:11 +0000
commitb6f88d4911cc9b17022f5e763cd04343a05ef241 (patch)
treedc972eef2f666b2daebb7e38305d20a8bb22710c /libc-parts
parentc63474bc68ec3b769771804ecdb675fb955966a2 (diff)
Fix small typo in last change.
Diffstat (limited to 'libc-parts')
-rw-r--r--libc-parts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-parts/Makefile.am b/libc-parts/Makefile.am
index 6d0913e..d44d24f 100644
--- a/libc-parts/Makefile.am
+++ b/libc-parts/Makefile.am
@@ -22,7 +22,7 @@ noinst_LIBRARIES = libc-parts.a
libc_parts_a_SOURCES = ctype.h c-ctype.h c-ctype.c \
errno.h errno.c \
- strtol.c strtoll.c strtoul.c strtoull.c \
+ strtol.c strtoll.c strtoul.c strtoull.c
# For the following routines we want to take the possibly optimized
# versions from the target's GNU C library, rather than duplicating