Module: check_mk
Branch: master
Commit: 65d64726b1030f43ec29309ca087400503a3e391
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=65d64726b1030f…
Author: Jukka Aro <ja(a)mathias-kettner.de>
Date: Tue Feb 6 10:03:24 2018 +0100
Windows: update CLEANFILES
---
agents/windows/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/agents/windows/Makefile.am b/agents/windows/Makefile.am
index 81961c6..1b2a4b9 100644
--- a/agents/windows/Makefile.am
+++ b/agents/windows/Makefile.am
@@ -119,8 +119,8 @@ wmitest_SOURCES = Logger.cc WinApi.cc stringutil.cc wmiHelper.cc
wmitest.cc
CLEANFILES = \
*.ico *.res *.rc config.* stamp-* Makefile \
- sections/.dirstamp test/.dirstamp \
- $$(find .deps/ sections/.deps test/.deps -type f) \
+ $$(find . -name .dirstamp) \
+ $$(find .deps/ sections/.deps test/.deps test/sections/.deps it/.deps -type f) \
$(addprefix $(bindir)/,$(bin_PROGRAMS)) \
$(patsubst %$(EXEEXT),%-64$(EXEEXT),$(addprefix $(bindir)/,$(bin_PROGRAMS))) \
$(patsubst %$(EXEEXT),%.msi,$(addprefix $(bindir)/,$(bin_PROGRAMS)))