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