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-12-05 22:02:01 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-12-05 22:02:01 +0300
commit72d65dfe216e8c0b2420f847af77e3ebe4a49cfc (patch)
tree2bb16e30d8aabdb5334164336750b44fc02f864f /Makefile.am
parent6c57b72e3014a7fe02d11817764075f7c5d5a4f3 (diff)
........S. [DEV-1694] fixed -Wmissing-prototypes warnings
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 0f3e8826fc8..90e60984629 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