diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-07-12 11:46:27 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-07-12 11:46:27 +0100 |
commit | 6a0837238ff13d3294e5a7181fc3de40e3094625 (patch) | |
tree | da6f16c295c7ce7109a99f06aa6e2d7b35087034 /src/collectd/Makefile | |
parent | 54ea933ac9643d2d2f3714aa06afc978fc60551e (diff) |
bugfix: collectd with dpdk and collectd-ceilometer
Change-Id: I6e78625b74b9588ce24db2bde7523dc4c1dd5d6e
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r-- | src/collectd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile index 255859e..2233149 100644 --- a/src/collectd/Makefile +++ b/src/collectd/Makefile @@ -94,7 +94,7 @@ $(WORK_DIR): $(AT)git clone $(COLLECTD_URL) $(TAG_DONE_FLAG): $(WORK_DIR) - $(AT)cd collectd-with-DPDK; git checkout $(collectd_TAG) + $(AT)cd collectd-with-DPDK; git checkout $(COLLECTD_TAG) ifneq ($(PATCH_FILE),) $(AT)cd $(WORK_DIR); patch -p1 < ../$(PATCH_FILE) endif |