diff options
author | David Lamparter <equinox@diac24.net> | 2020-04-15 10:45:08 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-04-27 09:30:01 +0200 |
commit | 2768748b88f4133d10835255845e64a4e1e365e6 (patch) | |
tree | 093a9bb724b40b5364e5704e55cb8078f1d46f71 /pbrd/subdir.am | |
parent | Merge pull request #6249 from chiragshah6/yang_nb5 (diff) | |
download | frr-2768748b88f4133d10835255845e64a4e1e365e6.tar.xz frr-2768748b88f4133d10835255845e64a4e1e365e6.zip |
build: use VPATH for vtysh_scan
No need to put $(top_srcdir) everywhere.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pbrd/subdir.am')
-rw-r--r-- | pbrd/subdir.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbrd/subdir.am b/pbrd/subdir.am index c55f0b41c..45001de2c 100644 --- a/pbrd/subdir.am +++ b/pbrd/subdir.am @@ -7,8 +7,8 @@ noinst_LIBRARIES += pbrd/libpbr.a sbin_PROGRAMS += pbrd/pbrd dist_examples_DATA += pbrd/pbrd.conf.sample vtysh_scan += \ - $(top_srcdir)/pbrd/pbr_vty.c \ - $(top_srcdir)/pbrd/pbr_debug.c \ + pbrd/pbr_vty.c \ + pbrd/pbr_debug.c \ # end man8 += $(MANBUILD)/frr-pbrd.8 endif |