package/vde2: remove trailing \ from last item of _VDE2_CONF_OPTS

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2016-07-16 11:42:32 +02:00 committed by Thomas Petazzoni
parent 77f23c4d66
commit 1531392c83

View File

@ -32,7 +32,7 @@ VDE2_CONF_OPTS = \
--disable-python \
--disable-profile \
--disable-kernel-switch \
--enable-tuntap \
--enable-tuntap
# Package does not build in parallel due to improper make rules
VDE2_MAKE = $(MAKE1)
@ -44,7 +44,7 @@ HOST_VDE2_CONF_OPTS = \
--disable-python \
--disable-profile \
--disable-kernel-switch \
--enable-tuntap \
--enable-tuntap
HOST_VDE2_MAKE = $(MAKE1)