diff options
Diffstat (limited to 'mk/getcontext.d')
| -rw-r--r-- | mk/getcontext.d | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/getcontext.d b/mk/getcontext.d deleted file mode 100644 index b6c8e7d7..00000000 --- a/mk/getcontext.d +++ /dev/null @@ -1,9 +0,0 @@ -libc_X.400: libc.a(getcontext.o) -libc.a(getcontext.o): $(OBJDIR)/getcontext.o - @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% - -$(OBJDIR)/getcontext.o: src/ucontext/getcontext.c -$(OBJDIR)/getcontext.o: - @echo " [CC] $@" - @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/ucontext/getcontext.c |
