summaryrefslogtreecommitdiff
path: root/mk/strtoumax.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/strtoumax.d')
-rw-r--r--mk/strtoumax.d10
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/strtoumax.d b/mk/strtoumax.d
deleted file mode 100644
index e69baed7..00000000
--- a/mk/strtoumax.d
+++ /dev/null
@@ -1,10 +0,0 @@
-libc_C.199901: libc.a(strtoumax.o)
-libc.a(strtoumax.o): $(OBJDIR)/strtoumax.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/strtoumax.o: src/inttypes/strtoumax.c
-$(OBJDIR)/strtoumax.o: src/stdlib/_strtoi.h
-$(OBJDIR)/strtoumax.o:
- @echo " [CC] $@"
- @mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/inttypes/strtoumax.c