diff options
Diffstat (limited to 'mk/strncasecmp.d')
| -rw-r--r-- | mk/strncasecmp.d | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/strncasecmp.d b/mk/strncasecmp.d deleted file mode 100644 index e5e1698a..00000000 --- a/mk/strncasecmp.d +++ /dev/null @@ -1,10 +0,0 @@ -libc_P.200809: libc.a(strncasecmp.o) -libc_X.400: libc.a(strncasecmp.o) -libc.a(strncasecmp.o): $(OBJDIR)/strncasecmp.o - @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% - -$(OBJDIR)/strncasecmp.o: src/strings/strncasecmp.c -$(OBJDIR)/strncasecmp.o: - @echo " [CC] $@" - @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/strings/strncasecmp.c |
