comparison 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
comparison
equal deleted inserted replaced
21033:9347a942b7cd 21034:25e7de9c9df1
13 .PHONY: install clean 13 .PHONY: install clean
14 14
15 install: 15 install:
16 if test '$(SUBDIRS)'; then \ 16 if test '$(SUBDIRS)'; then \
17 list='$(SUBDIRS)'; for subdir in $$list; do \ 17 list='$(SUBDIRS)'; for subdir in $$list; do \
18 if [ "$$subdir" != "icons/22" ]; then \
18 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\ 19 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
20 fi \
19 done; \ 21 done; \
20 fi; 22 fi;
21 if test '$(pidginbuttonpix_DATA)'; then \ 23 if test '$(pidginbuttonpix_DATA)'; then \
22 mkdir -p $(pidginbuttonpixdir); \ 24 mkdir -p $(pidginbuttonpixdir); \
23 cp $(pidginbuttonpix_DATA) $(pidginbuttonpixdir); \ 25 cp $(pidginbuttonpix_DATA) $(pidginbuttonpixdir); \