summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vtysh/Makefile.am5
1 files 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