--- a/libpurple/plugins/perl/Makefile.mingw Sun May 12 13:03:50 2013 +0200 +++ b/libpurple/plugins/perl/Makefile.mingw Tue May 14 23:20:44 2013 +0200 @@ -59,11 +59,11 @@ .PHONY: all install clean all: $(TARGET).dll - $(MAKE) -C ./common -f $(MINGW_MAKEFILE) + $(MAKE_at) $(MAKE) -C ./common -f $(MINGW_MAKEFILE) install: all $(PURPLE_INSTALL_PLUGINS_DIR) cp $(TARGET).dll $(PURPLE_INSTALL_PLUGINS_DIR) - $(MAKE) -C ./common -f $(MINGW_MAKEFILE) install + $(MAKE_at) $(MAKE) -C ./common -f $(MINGW_MAKEFILE) install $(OBJECTS): $(PURPLE_CONFIG_H) @@ -79,6 +79,6 @@ clean: rm -rf $(OBJECTS) rm -rf $(TARGET).dll $(TARGET).dll.a - $(MAKE) -C ./common -f $(MINGW_MAKEFILE) clean + $(MAKE_at) $(MAKE) -C ./common -f $(MINGW_MAKEFILE) clean include $(PIDGIN_COMMON_TARGETS)