soc.2009.vulture: d3411106: Don't delete the resource source file wh...

gdick at soc.pidgin.im gdick at soc.pidgin.im
Mon Jun 1 19:15:46 EDT 2009


-----------------------------------------------------------------
Revision: d3411106f6b0d049bb1e9a97a58de4081ef5576f
Ancestor: a366cff8156fa1859f1423acbae79e4427d25d93
Author: gdick at soc.pidgin.im
Date: 2009-06-01T11:25:42
Branch: im.pidgin.soc.2009.vulture
URL: http://d.pidgin.im/viewmtn/revision/info/d3411106f6b0d049bb1e9a97a58de4081ef5576f

Modified files:
        vulture/Makefile.mingw

ChangeLog: 

Don't delete the resource source file when cleaning!

-------------- next part --------------
============================================================
--- vulture/Makefile.mingw	21520a65eaf948916d8a1dfa888ff7d7ed0a6d56
+++ vulture/Makefile.mingw	3eb22c0baec2a9c102f56fb7fc9f8eed0ce1af5e
@@ -93,7 +93,7 @@ clean:
 ## CLEAN RULES
 ##
 clean:
-	rm -f $(VULTURE_OBJECTS) $(VULTURE_RC_SRC)
+	rm -f $(VULTURE_OBJECTS)
 	rm -f $(VULTURE_TARGET).exe
 
 include $(PIDGIN_COMMON_TARGETS)


More information about the Commits mailing list