summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-09-09 13:15:50 +0200
committerMaria Matejka <mq@ucw.cz>2022-09-09 13:15:50 +0200
commit26bfd4cc0350ef3249b0283d7fa9977cb13a5e55 (patch)
tree6d027a4b29b2ca308f0d78f59209030ae885ea5e /Makefile.in
parent3ace3a4281c2533a8cf39617644be0bbed8747a3 (diff)
parentd2c1036a42881d413ec97203ede92a69f8cd218f (diff)
Merge commit 'd2c1036a42881d413ec97203ede92a69f8cd218f' into thread-next
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 0d55807b..fa534872 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,6 +26,7 @@ INSTALL_DATA=@INSTALL_DATA@
client=$(addprefix $(exedir)/,@CLIENT@)
daemon=$(exedir)/bird
protocols=@protocols@
+PROTO_BUILD := $(protocols) dev kif krt
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -82,9 +83,6 @@ conf-lex-targets := $(addprefix $(objdir)/conf/,cf-lex.o)
conf-y-targets := $(addprefix $(objdir)/conf/,cf-parse.y keywords.h commands.h)
cf-local = $(conf-y-targets): $(s)config.Y
-# nest/Makefile declarations needed for all other modules
-proto-build-c := $(addprefix $(objdir)/nest/,proto-build.c)
-
src-o-files = $(patsubst %.c,$(o)%.o,$(src))
tests-target-files = $(patsubst %.c,$(o)%,$(tests_src))
@@ -98,13 +96,6 @@ else
o = $(patsubst $(srcdir)%,$(objdir)%,$(s))
endif
-define proto-build_in =
-PROTO_BUILD += $(1)
-$(proto-build-c): $(lastword $(MAKEFILE_LIST))
-endef
-
-proto-build = $(eval $(call proto-build_in,$(1)))
-
define clean_in =
clean::
rm -f $(addprefix $(o),$(1))