From: Paul Jakma Date: Tue, 14 Jun 2016 14:06:34 +0000 (+0100) Subject: vtysh: auto-generated vtysh_cmd.c file should depend on its creator X-Git-Tag: frr-2.0-rc1~509 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=031360e2953e1d8f190a897201d16cf90f9c042c;p=matthieu%2Ffrr.git vtysh: auto-generated vtysh_cmd.c file should depend on its creator --- diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 5b9e5abd09..2180a78629 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -37,6 +37,5 @@ vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \ $(top_srcdir)/zebra/zebra_fpm.c \ $(top_srcdir)/zebra/zebra_ptm.c -vtysh_cmd.c: $(vtysh_cmd_FILES) - ./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c - +vtysh_cmd.c: $(vtysh_cmd_FILES) extract.pl + ./extract.pl $(vtysh_cmd_FILES) > vtysh_cmd.c