From 9a5436a9f88a12a41cffb7e6aa8ee07c7c521858 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 25 Sep 2017 15:55:54 -0400 Subject: Fix path to VES library in go_client script Change-Id: I8eeaaee147fdfadde8260a00d981aca556802f52 Issue-ID: INT-228 Signed-off-by: Marco Platania --- vnfs/VES5.0/evel/evel-library/bldjobs/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vnfs/VES5.0/evel/evel-library/bldjobs') diff --git a/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile b/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile index ec0e73cf..3bd9e129 100644 --- a/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile +++ b/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile @@ -198,12 +198,12 @@ evel_unit_clean: # Build the VNF VES Reporting code * #****************************************************************************** vnf_reporting: - @echo Making VNF Reporting - @$(MAKE) -s -C $(EVELTRAINING_ROOT)/VESreporting + @echo Making VNF Reporting + @$(MAKE) -s -C $(EVELTRAINING_ROOT)/VESreporting vnf_reporting_clean: - @echo Cleaning VNF Reporting - @$(RM) $(EVELTRAINING_ROOT)/VESreporting/vpp_measurement_reporter + @echo Cleaning VNF Reporting + @$(RM) $(EVELTRAINING_ROOT)/VESreporting/vpp_measurement_reporter #****************************************************************************** # Copy the EVEL demo onto the CentOS testbed as a package and build it. * -- cgit 1.2.3-korg