diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-09 13:15:50 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-09 13:15:50 +0200 |
commit | 26bfd4cc0350ef3249b0283d7fa9977cb13a5e55 (patch) | |
tree | 6d027a4b29b2ca308f0d78f59209030ae885ea5e /sysdep | |
parent | 3ace3a4281c2533a8cf39617644be0bbed8747a3 (diff) | |
parent | d2c1036a42881d413ec97203ede92a69f8cd218f (diff) |
Merge commit 'd2c1036a42881d413ec97203ede92a69f8cd218f' into thread-next
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile index 3f1a8b3a..6f6b0d26 100644 --- a/sysdep/unix/Makefile +++ b/sysdep/unix/Makefile @@ -2,8 +2,6 @@ src := alloc.c io.c io-loop.c krt.c log.c main.c random.c domain.c obj := $(src-o-files) $(all-daemon) $(cf-local) -$(call proto-build,kif_build) -$(call proto-build,krt_build) $(conf-y-targets): $(s)krt.Y src := $(filter-out main.c, $(src)) |