]> 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 0a792b59bffe40c828ade9b4f7d760d52c028ca1..a3e0b2cb013b80bc57efc8fef21c28b24c7fe2a8 100644 (file)
@@ -74,6 +74,7 @@ C_OBJS =      _afailed.o              \
                 strftime.o              \
                strtok.o                \
                 strtol.o                \
+                strtoul.o               \
                strxfrm.o               \
                 system.o                \
                 timezone.o
@@ -177,6 +178,8 @@ S_OBJS =    _cwd.o          \
                strrchr.o       \
                strspn.o        \
                strstr.o        \
+                strtoimax.o     \
+                strtoumax.o     \
                strupper.o      \
                 time.o          \
                tolower.o       \