Remove generated files in the 'clean' target.

Mon, 30 Apr 2007 02:58:54 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 30 Apr 2007 02:58:54 +0000
changeset 16761
b7f4c04e88a4
parent 16760
41bc19ee845b
child 16762
378735c65cf2

Remove generated files in the 'clean' target.

Makefile.mingw file | annotate | diff | comparison | revisions
libpurple/Makefile.mingw file | annotate | diff | comparison | revisions
--- a/Makefile.mingw	Mon Apr 30 01:28:41 2007 +0000
+++ b/Makefile.mingw	Mon Apr 30 02:58:54 2007 +0000
@@ -92,7 +92,7 @@
 	$(MAKE) -C $(PURPLE_PO_TOP) -f $(MINGW_MAKEFILE) clean
 	$(MAKE) -C $(PIDGIN_TOP) -f $(MINGW_MAKEFILE) clean
 	$(MAKE) -C $(PURPLE_TOP) -f $(MINGW_MAKEFILE) clean
-	rm -f $(PIDGIN_CONFIG_H) VERSION pidgin*.exe
+	rm -f $(PIDGIN_CONFIG_H) ./VERSION pidgin*.exe
 
 uninstall:
 	rm -rf $(PURPLE_INSTALL_PERLMOD_DIR) $(PIDGIN_INSTALL_PLUGINS_DIR) $(PURPLE_INSTALL_PO_DIR) $(PIDGIN_INSTALL_DIR) $(PIDGIN_INSTALL_DIR).release
--- a/libpurple/Makefile.mingw	Mon Apr 30 01:28:41 2007 +0000
+++ b/libpurple/Makefile.mingw	Mon Apr 30 02:58:54 2007 +0000
@@ -127,7 +127,7 @@
 ##
 clean:
 	rm -f $(OBJECTS) $(RC_SRC)
-	rm -f $(TARGET).dll $(TARGET).dll.a
+	rm -f $(TARGET).dll $(TARGET).dll.a $(PURPLE_VERSION_H)
 	$(MAKE) -C $(PURPLE_PROTOS_TOP) -f $(MINGW_MAKEFILE) clean
 	$(MAKE) -C $(PURPLE_PLUGINS_TOP) -f $(MINGW_MAKEFILE) clean
 

mercurial