# HG changeset patch # User Stu Tomlinson # Date 1248925643 0 # Node ID eb54b1f7034b8e0c8bc65e86b410d648fe46e071 # Parent 7da3bf6d3b2c92b67027ed4e4121eb1acbeaafcf Apparently the .PHONY bits are important for the revision reported in win32 builds to be accurate. it's a good thing I didn't test this before. diff -r 7da3bf6d3b2c -r eb54b1f7034b Makefile.mingw --- a/Makefile.mingw Thu Jul 30 03:42:26 2009 +0000 +++ b/Makefile.mingw Thu Jul 30 03:47:23 2009 +0000 @@ -133,3 +133,5 @@ rm -f ./VERSION include $(PIDGIN_COMMON_TARGETS) + +.PHONY: $(PIDGIN_REVISION_H) $(PIDGIN_REVISION_RAW_TXT)