summaryrefslogtreecommitdiff
path: root/mk/aio_return.d
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
commitbafccb2f57ac1a1852be2d6aafe33cf02d1630c1 (patch)
treea6164b42b37b941cb64bbc3db8af7a1daf381ace /mk/aio_return.d
parent910a86c095b6d7311d73fa88a632aa9b673243b2 (diff)
update dependencies
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