diff options
| -rw-r--r-- | .deps/nonstd/syscall.h.deps | 1 | ||||
| -rw-r--r-- | .headers.mk | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.deps/nonstd/syscall.h.deps b/.deps/nonstd/syscall.h.deps index 47150833..2fec43e0 100644 --- a/.deps/nonstd/syscall.h.deps +++ b/.deps/nonstd/syscall.h.deps @@ -1,7 +1,6 @@ ./src/nonstd/SYSCALL_NUMBER.c ./src/nonstd/__syscall.c ./src/nonstd/__lookup.c -./src/nonstd/syscall_lookup_t.c ./src/nonstd/SYSCALL.c ./src/nonstd/syscall-internal.ref ./src/nonstd/ENOSYS.ref diff --git a/.headers.mk b/.headers.mk index 88982a91..00fa36fc 100644 --- a/.headers.mk +++ b/.headers.mk @@ -99,10 +99,10 @@ $(INCDIR)/nonstd/io.h: mkh.sh $(SRCDIR)/nonstd/struct_io_options.c $(SRCDIR)/non $(INCDIR)/nonstd/lib.h: mkh.sh $(SRCDIR)/nonstd/lib-internal.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/lib.h -$(INCDIR)/nonstd/locale.h: mkh.sh $(SRCDIR)/nonstd/struct_locale_t.c $(SRCDIR)/nonstd/__load_locale.c $(SRCDIR)/nonstd/locale-limits.ref $(SRCDIR)/nonstd/locale-internal.ref +$(INCDIR)/nonstd/locale.h: mkh.sh $(SRCDIR)/nonstd/struct_locale_t.c $(SRCDIR)/nonstd/__load_locale.c $(SRCDIR)/nonstd/locale-limits.ref $(SRCDIR)/nonstd/locale-internal.ref $(SRCDIR)/nonstd/locale-locale.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/locale.h -$(INCDIR)/nonstd/syscall.h: mkh.sh $(SRCDIR)/nonstd/SYSCALL_NUMBER.c $(SRCDIR)/nonstd/__syscall.c $(SRCDIR)/nonstd/__lookup.c $(SRCDIR)/nonstd/syscall_lookup_t.c $(SRCDIR)/nonstd/SYSCALL.c $(SRCDIR)/nonstd/syscall-internal.ref $(SRCDIR)/nonstd/ENOSYS.ref $(SRCDIR)/nonstd/errno.ref +$(INCDIR)/nonstd/syscall.h: mkh.sh $(SRCDIR)/nonstd/SYSCALL_NUMBER.c $(SRCDIR)/nonstd/__syscall.c $(SRCDIR)/nonstd/__lookup.c $(SRCDIR)/nonstd/SYSCALL.c $(SRCDIR)/nonstd/syscall-internal.ref $(SRCDIR)/nonstd/ENOSYS.ref $(SRCDIR)/nonstd/errno.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/syscall.h $(INCDIR)/poll.h: mkh.sh $(SRCDIR)/poll/POLLIN.c $(SRCDIR)/poll/POLLWRBAND.c $(SRCDIR)/poll/POLLPRI.c $(SRCDIR)/poll/POLLRDBAND.c $(SRCDIR)/poll/POLLNVAL.c $(SRCDIR)/poll/POLLWRNORM.c $(SRCDIR)/poll/struct_pollfd.c $(SRCDIR)/poll/POLLRDNORM.c $(SRCDIR)/poll/nfds_t.c $(SRCDIR)/poll/POLLERR.c $(SRCDIR)/poll/poll.c $(SRCDIR)/poll/POLLHUP.c $(SRCDIR)/poll/POLLOUT.c |
