commit | c7c5b02480a506c6d687bf0d3a0c2a7d3e7cfbf6 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Mon Apr 04 15:19:37 2016 +0100 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Sep 13 10:36:43 2016 +0100 |
tree | fbcd2aafea751978d47459ddbeee945f5f62699b | |
parent | 3b847ef4e81c6f1a5d4994680d530045765fd053 [diff] |
vtysh: auto-generated vtysh_cmd.c file should depend on its creator
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index d347735..e44cd49 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am
@@ -36,6 +36,5 @@ $(top_srcdir)/zebra/zebra_routemap.c \ $(top_srcdir)/zebra/zebra_fpm.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