~ chicken-core (chicken-5) 27e6458716b7078f8ade4d6d8ef0f5d6a8203eb1


commit 27e6458716b7078f8ade4d6d8ef0f5d6a8203eb1
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Nov 23 19:53:34 2012 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Nov 23 19:53:34 2012 +0100

    do not make buildid and buildbranch .PHONY on Windows, or buildversion.scm needs to be recompiled on every make(1) invocation

diff --git a/rules.make b/rules.make
index c467b88f..4b816797 100644
--- a/rules.make
+++ b/rules.make
@@ -465,8 +465,6 @@ endif
 # build versioning
 
 ifdef WINDOWS_SHELL
-.PHONY: buildbranch buildid
-
 buildtag.h:
 	echo #define C_BUILD_TAG "$(BUILD_TAG)" >$@
 buildbranch:
Trap