diff pidgin/pixmaps/Makefile.mingw @ 21034:25e7de9c9df1

Fix win32 pixmaps/Makefile.mingw and remove unused Makefile.mingw's
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 28 Oct 2007 14:28:34 +0000
parents 46629aab70b1
children 54c33a552eb6
line wrap: on
line diff
--- a/pidgin/pixmaps/Makefile.mingw	Sun Oct 28 04:46:01 2007 +0000
+++ b/pidgin/pixmaps/Makefile.mingw	Sun Oct 28 14:28:34 2007 +0000
@@ -15,7 +15,9 @@
 install:
 	if test '$(SUBDIRS)'; then \
 	  list='$(SUBDIRS)'; for subdir in $$list; do \
+	  if [ "$$subdir" != "icons/22" ]; then \
 	    $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
+	  fi \
 	  done; \
 	fi;
 	if test '$(pidginbuttonpix_DATA)'; then \