summaryrefslogtreecommitdiff
path: root/vswitchd/automake.mk
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-10-17 14:58:17 -0700
committerJustin Pettit <jpettit@nicira.com>2013-10-17 15:09:14 -0700
commit29894c885c93bec24dc90743220409ee68ef6a19 (patch)
tree32407a5ff48ed3cce07756727939beb6ed4c8f54 /vswitchd/automake.mk
parent2d6934b40fb92dee8a33a1be954c4b6e7347cc07 (diff)
downloadopenvswitch-29894c885c93bec24dc90743220409ee68ef6a19.tar.gz
vswitchd: Use vswitch-specific variable name in automake.mk.
The variable OVSDB_DOT_DIAGRAM_ARG is describing the vswitch dot file, so use the name VSWITCH_DOT_DIAGRAM_ARG to prevent confusion in the generated makefile. Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd/automake.mk')
-rw-r--r--vswitchd/automake.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk
index f80f75499..02d413ecc 100644
--- a/vswitchd/automake.mk
+++ b/vswitchd/automake.mk
@@ -34,7 +34,7 @@ vswitchd/vswitch.gv: ovsdb/ovsdb-dot.in vswitchd/vswitch.ovsschema
vswitchd/vswitch.pic: vswitchd/vswitch.gv ovsdb/dot2pic
(dot -T plain < vswitchd/vswitch.gv | $(srcdir)/ovsdb/dot2pic -f 3) > $@;
VSWITCH_PIC = vswitchd/vswitch.pic
-OVSDB_DOT_DIAGRAM_ARG = --er-diagram=$(VSWITCH_PIC)
+VSWITCH_DOT_DIAGRAM_ARG = --er-diagram=$(VSWITCH_PIC)
DISTCLEANFILES += vswitchd/vswitch.gv vswitchd/vswitch.pic
endif
endif
@@ -48,7 +48,7 @@ vswitchd/ovs-vswitchd.conf.db.5: \
$(VSWITCH_PIC)
$(OVSDB_DOC) \
--title="ovs-vswitchd.conf.db" \
- $(OVSDB_DOT_DIAGRAM_ARG) \
+ $(VSWITCH_DOT_DIAGRAM_ARG) \
--version=$(VERSION) \
$(srcdir)/vswitchd/vswitch.ovsschema \
$(srcdir)/vswitchd/vswitch.xml > $@.tmp