mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +00:00
build: clean up mgmtd lib protobuf make syntax
Fix the makefile rules for the new mgmtd lib module that's generated from a protobuf spec file. Signed-off-by: Mark Stapp <mjs@labn.net>
This commit is contained in:
parent
c4e3d5569f
commit
9b8f605bbb
@ -165,14 +165,11 @@ am__v_PROTOC_C_ = $(am__v_PROTOC_C_$(AM_DEFAULT_VERBOSITY))
|
|||||||
am__v_PROTOC_C_0 = @echo " PROTOC_C" $@;
|
am__v_PROTOC_C_0 = @echo " PROTOC_C" $@;
|
||||||
am__v_PROTOC_C_1 =
|
am__v_PROTOC_C_1 =
|
||||||
|
|
||||||
.proto.pb-c.c:
|
%.pb-c.c %.pb-c.h : %.proto
|
||||||
$(AM_V_PROTOC_C)$(PROTOC_C) -I$(top_srcdir) --c_out=$(top_builddir) $^
|
$(AM_V_PROTOC_C)$(PROTOC_C) -I$(top_srcdir) --c_out=$(top_builddir) $^
|
||||||
$(AM_V_GEN)$(SED) -i -e '1i\
|
$(AM_V_GEN)$(SED) -i -e '1i\
|
||||||
#include "config.h"' $@
|
#include "config.h"' $@
|
||||||
|
|
||||||
.pb-c.c.pb-c.h:
|
|
||||||
@echo " GEN " $@
|
|
||||||
|
|
||||||
include doc/subdir.am
|
include doc/subdir.am
|
||||||
include doc/user/subdir.am
|
include doc/user/subdir.am
|
||||||
include doc/manpages/subdir.am
|
include doc/manpages/subdir.am
|
||||||
|
Loading…
Reference in New Issue
Block a user