summaryrefslogtreecommitdiff
path: root/mk/deps.mk
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 00:00:51 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 00:00:51 -0500
commit36bd6c283383851664bbe598601c99385e5dcd43 (patch)
tree841682120f19b993eb6de1e6a0c30dda6a11aabf /mk/deps.mk
parentf10737a4ee4a818acdc28fa2e32c85a74f47eb5c (diff)
make tweaks to work with 1:1 checked functions
Diffstat (limited to 'mk/deps.mk')
-rw-r--r--mk/deps.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/deps.mk b/mk/deps.mk
index 86dd74bc..a0040674 100644
--- a/mk/deps.mk
+++ b/mk/deps.mk
@@ -1562,6 +1562,10 @@ all: mk/times.d
mk/times.d: src/sys/times/times.c
sh mk/deps.sh src/sys/times/times.c
+all: mk/struct_tms.d
+mk/struct_tms.d: src/sys/times/struct_tms.c
+ sh mk/deps.sh src/sys/times/struct_tms.c
+
all: mk/waitpid.d
mk/waitpid.d: src/sys/wait/waitpid.c
sh mk/deps.sh src/sys/wait/waitpid.c
@@ -2710,10 +2714,6 @@ all: mk/fegetexceptflag.d
mk/fegetexceptflag.d: src/fenv/fegetexceptflag.c
sh mk/deps.sh src/fenv/fegetexceptflag.c
-all: mk/__checked_i.d
-mk/__checked_i.d: src/__checked_i.c
- sh mk/deps.sh src/__checked_i.c
-
all: mk/__sys.x86-64.s.d
mk/__sys.x86-64.s.d: src/__sys.x86-64.s
sh mk/deps.sh src/__sys.x86-64.s