comparison pidgin/pixmaps/Makefile.mingw @ 21584:055e1abac7cf

This is a patch from Lee Roach to update the mingw "clean" makefile targets to remove some generated files and to fix a couple other issues. Fixes #3981.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 19 Nov 2007 00:40:33 +0000
parents 708b51ddddc4
children 8b952cb84f45
comparison
equal deleted inserted replaced
21583:21cbdaf265f6 21584:055e1abac7cf
32 if test '$(pidgindistpix_DATA)'; then \ 32 if test '$(pidgindistpix_DATA)'; then \
33 mkdir -p $(pidgindistpixdir); \ 33 mkdir -p $(pidgindistpixdir); \
34 cp $(pidgindistpix_DATA) $(pidgindistpixdir); \ 34 cp $(pidgindistpix_DATA) $(pidgindistpixdir); \
35 fi; 35 fi;
36 36
37 clean:
38 if test '$(SUBDIRS)'; then \
39 list='$(SUBDIRS)'; for subdir in $$list; do \
40 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) clean;\
41 done; \
42 fi;