]> git.puffer.fish Git - matthieu/frr.git/commitdiff
vtysh: auto-generated vtysh_cmd.c file should depend on its creator
authorPaul Jakma <paul.jakma@hpe.com>
Tue, 14 Jun 2016 14:06:34 +0000 (15:06 +0100)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 22 Jun 2016 15:17:50 +0000 (15:17 +0000)
vtysh/Makefile.am

index 5b9e5abd0928dc5f2b097b0109a13e7dc1817157..2180a786294eb2dfdb24863bf337f4398c6baf6a 100644 (file)
@@ -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