diff pidgin/pixmaps/Makefile.mingw @ 18657:46629aab70b1

Make sure we delete all generated files with the mingw clean make target.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 27 Jul 2007 15:46:03 +0000
parents 5608820845f5
children 25e7de9c9df1
line wrap: on
line diff
--- a/pidgin/pixmaps/Makefile.mingw	Fri Jul 27 10:48:24 2007 +0000
+++ b/pidgin/pixmaps/Makefile.mingw	Fri Jul 27 15:46:03 2007 +0000
@@ -10,7 +10,7 @@
 datadir := $(PIDGIN_INSTALL_DIR)
 include ./Makefile.am
 
-.PHONY: install
+.PHONY: install clean
 
 install:
 	if test '$(SUBDIRS)'; then \
@@ -27,3 +27,5 @@
 	  cp $(pidgindistpix_DATA) $(pidgindistpixdir); \
 	fi;
 
+clean:
+	$(MAKE) -C emotes -f $(MINGW_MAKEFILE) clean || exit 1 ;\