1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

Fixed an error in the makefile. strtoimax and strtoumax were in the wrong

list.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4189 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-09-18 17:23:48 +00:00
parent 050c56211a
commit 689d06929c

View File

@ -72,11 +72,9 @@ C_OBJS = _afailed.o \
rewind.o \
sleep.o \
strftime.o \
strtoimax.o \
strtok.o \
strtol.o \
strtoul.o \
strtoumax.o \
strxfrm.o \
system.o \
timezone.o
@ -180,6 +178,8 @@ S_OBJS = _cwd.o \
strrchr.o \
strspn.o \
strstr.o \
strtoimax.o \
strtoumax.o \
strupper.o \
time.o \
tolower.o \