]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/Makefile
Fixed an error in the makefile. strtoimax and strtoumax were in the wrong
[cc65] / libsrc / common / Makefile
index 6a810301a87bbec0bc9ea903401b9adeafb9ee85..a3e0b2cb013b80bc57efc8fef21c28b24c7fe2a8 100644 (file)
@@ -72,8 +72,10 @@ C_OBJS =     _afailed.o              \
                rewind.o                \
                sleep.o                 \
                 strftime.o              \
-               strxfrm.o               \
                strtok.o                \
+                strtol.o                \
+                strtoul.o               \
+               strxfrm.o               \
                 system.o                \
                 timezone.o
 
@@ -84,7 +86,7 @@ S_OBJS =      _cwd.o          \
                _file.o         \
                _fopen.o        \
                _heap.o         \
-                       _heapadd.o      \
+               _heapadd.o      \
                 _heapblocksize.o\
                 _heapmaxavail.o \
                 _heapmemavail.o \
@@ -170,11 +172,14 @@ S_OBJS =  _cwd.o          \
                strncat.o       \
                strncmp.o       \
                strncpy.o       \
+               strnicmp.o      \
                 stroserr.o      \
                strpbrk.o       \
                strrchr.o       \
                strspn.o        \
                strstr.o        \
+                strtoimax.o     \
+                strtoumax.o     \
                strupper.o      \
                 time.o          \
                tolower.o       \