summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps
diff options
context:
space:
mode:
authorTomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>2013-05-14 23:20:44 +0200
committerTomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>2013-05-14 23:20:44 +0200
commitf0b38e92d01478f40f3ed77ab0fb250951027308 (patch)
tree8a86fe0541c9e7de223b21c1988dc7134af5553e /pidgin/pixmaps
parent1efe22ca171a416c6a463410407dbbe2efee1321 (diff)
downloadpidgin-f0b38e92d01478f40f3ed77ab0fb250951027308.tar.gz
win32: silence build even more
Diffstat (limited to 'pidgin/pixmaps')
-rw-r--r--pidgin/pixmaps/Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/pixmaps/Makefile.mingw b/pidgin/pixmaps/Makefile.mingw
index 24ca3e0b82..ad9ab37dfb 100644
--- a/pidgin/pixmaps/Makefile.mingw
+++ b/pidgin/pixmaps/Makefile.mingw
@@ -13,7 +13,7 @@ datadir := $(PIDGIN_INSTALL_DIR)
.PHONY: install clean
install: ./Makefile.am.mingw
- if test '$(SUBDIRS)'; then \
+ $(MAKE_at) if test '$(SUBDIRS)'; then \
list='$(SUBDIRS)'; for subdir in $$list; do \
$(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
done; \
@@ -35,7 +35,7 @@ install: ./Makefile.am.mingw
fi;
clean: ./Makefile.am.mingw
- if test '$(SUBDIRS)'; then \
+ $(MAKE_at) if test '$(SUBDIRS)'; then \
list='$(SUBDIRS)'; for subdir in $$list; do \
$(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) clean;\
done; \