diff libpurple/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 948ef81f4215
children 02eda4bd2b22
line wrap: on
line diff
--- a/libpurple/Makefile.mingw	Sun Nov 18 21:03:29 2007 +0000
+++ b/libpurple/Makefile.mingw	Mon Nov 19 00:40:33 2007 +0000
@@ -128,7 +128,7 @@
 ## CLEAN RULES
 ##
 clean:
-	rm -f $(OBJECTS) $(RC_SRC) $(PURPLE_VERSION_H)
+	rm -f $(OBJECTS) $(RC_SRC) $(PURPLE_VERSION_H) $(PURPLE_PURPLE_H)
 	rm -f $(TARGET).dll $(TARGET).dll.a $(TARGET).def
 	$(MAKE) -C $(PURPLE_PROTOS_TOP) -f $(MINGW_MAKEFILE) clean
 	$(MAKE) -C $(PURPLE_PLUGINS_TOP) -f $(MINGW_MAKEFILE) clean