diff Makefile.mingw @ 28072:eb54b1f7034b

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.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 30 Jul 2009 03:47:23 +0000
parents bd3cf895e19a
children 3f33a8fbf871
line wrap: on
line diff
--- 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)