]> 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 48e0bffc17e7c2e098311c80b0b55837b6139000..a3e0b2cb013b80bc57efc8fef21c28b24c7fe2a8 100644 (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       \