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