summaryrefslogtreecommitdiff
path: root/mk/putw.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/putw.d')
-rw-r--r--mk/putw.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/putw.d b/mk/putw.d
deleted file mode 100644
index 55787213..00000000
--- a/mk/putw.d
+++ /dev/null
@@ -1,9 +0,0 @@
-libc_X.4: libc.a(putw.o)
-libc.a(putw.o): $(OBJDIR)/putw.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/putw.o: src/stdio/putw.c
-$(OBJDIR)/putw.o: src/stdio/_stdio.h
-$(OBJDIR)/putw.o:
- @mkdir -p $(@D)
- $(CC) -c -o $@ $(CFLAGS) src/stdio/putw.c