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