summaryrefslogtreecommitdiff
path: root/mk/aio_return.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/aio_return.d')
-rw-r--r--mk/aio_return.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/aio_return.d b/mk/aio_return.d
deleted file mode 100644
index 0182d2ea..00000000
--- a/mk/aio_return.d
+++ /dev/null
@@ -1,9 +0,0 @@
-librt_P.199309: librt.a(aio_return.o)
-librt.a(aio_return.o): $(OBJDIR)/aio_return.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/aio_return.o: src/aio/aio_return.c
-$(OBJDIR)/aio_return.o:
- @echo " [CC] $@"
- @mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/aio/aio_return.c