summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-01 17:34:20 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-12-14 15:14:48 +0100
commit73bef5e3ddc962e462b3068fd0b1c7cbccad5176 (patch)
treec62ca94ae67ae17746fb7f8ce25b657a7c11beea /make.tmpl.in
parent4801919b01de26df9c1940a997a54c47ca5fee5d (diff)
downloadlvm2-73bef5e3ddc962e462b3068fd0b1c7cbccad5176.tar.gz
makefiles: some leftovers from lvmetad
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index e52827be3..1a101fc67 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -258,12 +258,10 @@ endif
ifneq ("@BUILD_DMEVENTD@", "yes")
ifneq ("@BUILD_LVMLOCKD@", "yes")
ifneq ("@BUILD_LVMPOLLD@", "yes")
- ifneq ("@BUILD_LVMETAD@", "yes")
DEFS += -DDEBUG_MEM
endif
endif
endif
- endif
endif
# end of fPIC protection
@@ -583,7 +581,7 @@ endif
ifeq ("$(USE_TRACKING)","yes")
ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean lcov \
- help check check_local check_cluster check_lvmetad check_lvmpolld))
+ help check check_local check_cluster check_lvmpolld))
ifdef SOURCES
-include $(SOURCES:.c=.d) $(CXXSOURCES:.cpp=.d)
endif