diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2023-01-24 17:40:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 17:40:55 +0100 |
| commit | e784f789fb7af43027eeee55a3f16026ab36b9e4 (patch) | |
| tree | 2ff549e13783d108bd2268aae5879f7ab15e9949 | |
| parent | 9b1b028cc254a3399674240a4f47b88b853edb91 (diff) | |
| parent | 99c5b6d430a8700d734ffe2503c17b0760689bf3 (diff) | |
Merge pull request #12575 from anlancs/fix/build-vtysh-missing-dir
| -rw-r--r-- | vtysh/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/subdir.am b/vtysh/subdir.am index cc2a70ade6..72204201d9 100644 --- a/vtysh/subdir.am +++ b/vtysh/subdir.am @@ -37,4 +37,5 @@ $(vtysh_vtysh_OBJECTS): vtysh/vtysh_daemons.h CLEANFILES += vtysh/vtysh_daemons.h vtysh/vtysh_daemons.h: + mkdir -p vtysh $(PERL) $(top_srcdir)/vtysh/daemons.pl $(vtysh_daemons) > vtysh/vtysh_daemons.h |
