From 031360e2953e1d8f190a897201d16cf90f9c042c Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 14 Jun 2016 15:06:34 +0100 Subject: [PATCH] vtysh: auto-generated vtysh_cmd.c file should depend on its creator --- vtysh/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.5