diff options
author | David Lamparter <equinox@diac24.net> | 2020-04-15 10:27:49 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-04-27 09:52:41 +0200 |
commit | 94cfb0692e0499e7ba40908db5259cd19c0e3d5e (patch) | |
tree | 21dea4bef030b2e9170029235fe2385bda5cf90f /vrrpd/subdir.am | |
parent | tools/symalyzer: fix copypasta (diff) | |
download | frr-94cfb0692e0499e7ba40908db5259cd19c0e3d5e.tar.xz frr-94cfb0692e0499e7ba40908db5259cd19c0e3d5e.zip |
build: make clippy Makefile rules nicer
These are easy to get subtly wrong, and doing so can cause
nondeterministic failures when racing in parallel builds.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vrrpd/subdir.am')
-rw-r--r-- | vrrpd/subdir.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vrrpd/subdir.am b/vrrpd/subdir.am index 5052b5c29..412ee1c3c 100644 --- a/vrrpd/subdir.am +++ b/vrrpd/subdir.am @@ -31,8 +31,9 @@ noinst_HEADERS += \ vrrpd/vrrp_zebra.h \ # end -vrrpd/vrrp_vty_clippy.c: $(CLIPPY_DEPS) -vrrpd/vrrp_vty.$(OBJEXT): vrrpd/vrrp_vty_clippy.c +clippy_scan += \ + vrrpd/vrrp_vty.c \ + # end vrrpd_vrrpd_SOURCES = vrrpd/vrrp_main.c vrrpd_vrrpd_LDADD = vrrpd/libvrrp.a lib/libfrr.la @LIBCAP@ |