Mercurial > pidgin.yaz
comparison pixmaps/smileys/Makefile.mingw @ 6279:eb6feb00e6f3
[gaim-migrate @ 6778]
I've been meaning to do this..
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Tue, 22 Jul 2003 20:37:26 +0000 |
parents | 50cea25d0a2c |
children |
comparison
equal
deleted
inserted
replaced
6278:14661ae901cf | 6279:eb6feb00e6f3 |
---|---|
12 if test '$(SUBDIRS)'; then \ | 12 if test '$(SUBDIRS)'; then \ |
13 list='$(SUBDIRS)'; for subdir in $$list; do \ | 13 list='$(SUBDIRS)'; for subdir in $$list; do \ |
14 $(MAKE) -C $$subdir -f Makefile.mingw install; \ | 14 $(MAKE) -C $$subdir -f Makefile.mingw install; \ |
15 done; \ | 15 done; \ |
16 fi; | 16 fi; |
17 if test '$(EXTRA_DIST)'; then \ | |
18 mkdir -p $(INSTALL_DIR); \ | |
19 cp $(EXTRA_DIST) $(INSTALL_DIR); \ | |
20 fi; | |
21 |