Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-11-28 16:56:53 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-11-28 16:56:53 +0300
commitf0ae2c1afd3b3cee3d9932f92ebff47afe1a112e (patch)
treefd5f3ee3d38777fbbc1bdb400f0374844d5ae7b5 /Makefile.am
parent0dd943e51dc8b7f844ae717a4b71efbad2f17e74 (diff)
........S. [DEV-1694] fixed zbxtrends unused warnings and replaced make with
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f3b9d693dab..0f3e8826fc8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -171,7 +171,7 @@ tests: tests_build
tests/tests_run.pl
clean: clean-recursive
- (cd tests && make clean)
+ (cd tests && $(MAKE) clean)
endif
.PHONY: test tests clean