X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2FMakefile.in;h=8e91993490f4d070746af1b736d9f35acde8b96e;hb=871e6c6aefc06309a03c295ce0d3c9d4bbb4a742;hp=f3b967704cee8332dcfcf42b808d86a3cb9ac19e;hpb=64c8b0475166646d4ad65fa5337c1569b3d2de9a;p=fw%2Fsdcc diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index f3b96770..8e919934 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -121,7 +121,7 @@ Z80SOURCES = \ _islower.c _isupper.c _isxdigit.c \ _startup.c \ _strcat.c _strchr.c _strcmp.c _strcpy.c \ - _strcspn.c _strlen.c _strncat.c _strncmp.c \ + _strcspn.c _strncat.c _strncmp.c \ _strncpy.c _strpbrk.c _strrchr.c _strspn.c \ _strstr.c _strtok.c \ _memcmp.c _memcpy.c _memset.c \