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