summaryrefslogtreecommitdiffstats
path: root/src/collectd-ceilometer-plugin/Makefile
diff options
context:
space:
mode:
authorTaras Chornyi <tarasx.chornyi@intel.com>2016-09-07 15:16:15 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-09-07 14:48:08 +0000
commitf6db50172451a9920fc0321386351e48bf31297b (patch)
tree4715b471f73cbf023421fe2cf0029a5675e7c919 /src/collectd-ceilometer-plugin/Makefile
parent6612dbb97215e630ffa78fefa06dc64bf8902ddf (diff)
src: Fixed dpdkstats and ceilometer-plugin build issues.
Change-Id: Ie8abb8e6be3c5c2100b672c83f488177c8b66638 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com> (cherry picked from commit cea70a737be5948f5252319ce41bbd5175026034)
Diffstat (limited to 'src/collectd-ceilometer-plugin/Makefile')
-rw-r--r--src/collectd-ceilometer-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectd-ceilometer-plugin/Makefile b/src/collectd-ceilometer-plugin/Makefile
index b0ad4112..20461e50 100644
--- a/src/collectd-ceilometer-plugin/Makefile
+++ b/src/collectd-ceilometer-plugin/Makefile
@@ -35,7 +35,7 @@ INSTALL_TARGET = force_make
force_make: $(WORK_DIR)
@echo "force make"
- $(AT)cd $(WORK_DIR) && git pull $(COLLECTD_CEILOMETER_URL) $(COLLECTD_CEILOMETER_TAG)
+ $(AT)cd $(WORK_DIR) && git checkout $(COLLECTD_CEILOMETER_TAG)
@echo "Make done"
install: