summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-05-17 06:51:44 +0200
committerDaniil Baturin <daniil@baturin.org>2018-05-17 06:51:44 +0200
commit362a791650858eea3b79e154a218630c7a4fdbea (patch)
treed30a1e9fb4c16d820a5296c6b7161eec99d4e89d /Makefile
parentaf97e7d09644cd14b7cd0c2aab42d329dcbd9ae1 (diff)
downloadvyos-1x-362a791650858eea3b79e154a218630c7a4fdbea.tar.gz
vyos-1x-362a791650858eea3b79e154a218630c7a4fdbea.zip
T646: prevent convertors from overwriting existing node.def files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1ac73c2f..cec6d7076 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ op_mode_definitions:
rm -f $(OP_TMPL_DIR)/monitor/node.def
.PHONY: all
-all: interface_definitions op_mode_definitions
+all: clean interface_definitions op_mode_definitions
.PHONY: clean
clean: