diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-05-05 23:40:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 23:40:21 +0200 |
commit | 6f2f2e6172465b140c8d0c5977f509266b35d675 (patch) | |
tree | 940e6c96c252b9a3cc407118bb5361dc27a63211 /lib | |
parent | Merge pull request #6350 from pureport/fix/bgp_double_community_free (diff) | |
parent | build: don't link ldpd.c twice (diff) | |
download | frr-6f2f2e6172465b140c8d0c5977f509266b35d675.tar.xz frr-6f2f2e6172465b140c8d0c5977f509266b35d675.zip |
Merge pull request #6347 from opensourcerouting/llvm-callgraph
tools: LLVM-based call graphs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 2f8cbe5d5..b2f3e7c5d 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -415,7 +415,7 @@ am__v_CLIPPY_1 = CLIPPY_DEPS = $(CLIPPY) $(top_srcdir)/python/clidef.py -SUFFIXES = _clippy.c .proto .pb-c.c .pb-c.h .pb.h .pb.cc .grpc.pb.cc +SUFFIXES += _clippy.c .c_clippy.c: $(AM_V_CLIPPY) $(CLIPPY) $(top_srcdir)/python/clidef.py -o $@ $< |