diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:01:03 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-03-04 03:01:03 -0500 |
| commit | 8b1380b63d62a1e1858a102fb36c2078697581ec (patch) | |
| tree | 25da9bd06b12e647b6a3f8543e0e22c88b721459 /.headers.mk | |
| parent | 30daa2476c5d32f231618037102c7866996e295d (diff) | |
eliminate nonstd/io.h
Diffstat (limited to '.headers.mk')
| -rw-r--r-- | .headers.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.headers.mk b/.headers.mk index bb5750d8..189fafaf 100644 --- a/.headers.mk +++ b/.headers.mk @@ -93,9 +93,6 @@ $(INCDIR)/nonstd/ctype.h: mkh.sh $(SRCDIR)/nonstd/ctype_t.c $(SRCDIR)/nonstd/cty $(INCDIR)/nonstd/internal.h: mkh.sh $(SRCDIR)/nonstd/__libc.c $(SRCDIR)/nonstd/struct_atexit.c $(SRCDIR)/nonstd/LIBC_INTERNAL.c INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/internal.h -$(INCDIR)/nonstd/io.h: mkh.sh $(SRCDIR)/nonstd/struct_io_options.c $(SRCDIR)/nonstd/flockfile.c $(SRCDIR)/nonstd/__printf.c $(SRCDIR)/nonstd/struct_FILE.c $(SRCDIR)/nonstd/funlockfile.c $(SRCDIR)/nonstd/ftrylockfile.c $(SRCDIR)/nonstd/getc_unlocked.c $(SRCDIR)/nonstd/__scanf.c $(SRCDIR)/nonstd/io-internal.ref $(SRCDIR)/nonstd/pid_t.ref $(SRCDIR)/nonstd/stdio.ref - INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/io.h - $(INCDIR)/nonstd/lib.h: mkh.sh $(SRCDIR)/nonstd/lib-internal.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/lib.h @@ -284,7 +281,6 @@ headers: \ $(INCDIR)/nonstd/assert.h \ $(INCDIR)/nonstd/ctype.h \ $(INCDIR)/nonstd/internal.h \ - $(INCDIR)/nonstd/io.h \ $(INCDIR)/nonstd/lib.h \ $(INCDIR)/nonstd/locale.h \ $(INCDIR)/nonstd/syscall.h \ |
