Mercurial > pidgin.yaz
diff gtk/pixmaps/status/default/Makefile.mingw @ 14461:841ce6b110a8
[gaim-migrate @ 17175]
A couple mingw makefile tweaks from Lee Roach and some cleanup from me.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 06 Sep 2006 03:01:57 +0000 |
parents | 8793fc8f7064 |
children | 636a1d981189 |
line wrap: on
line diff
--- a/gtk/pixmaps/status/default/Makefile.mingw Wed Sep 06 02:33:25 2006 +0000 +++ b/gtk/pixmaps/status/default/Makefile.mingw Wed Sep 06 03:01:57 2006 +0000 @@ -11,11 +11,6 @@ include ./Makefile.am install: - if test '$(SUBDIRS)'; then \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - $(MAKE) -C $$subdir -f Makefile.mingw install; \ - done; \ - fi; if test '$(gaimstatuspix_DATA)'; then \ mkdir -p $(gaimstatuspixdir); \ cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \