~ chicken-core (chicken-5) 3af8d848fa42181af0ec84004dbad8f26ab0ef3b


commit 3af8d848fa42181af0ec84004dbad8f26ab0ef3b
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jul 19 13:40:44 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jul 19 13:40:44 2011 +0200

    confclean must force regeneration of buildXXX

diff --git a/rules.make b/rules.make
index 341238cc..16ebe631 100644
--- a/rules.make
+++ b/rules.make
@@ -629,7 +629,8 @@ endif
 
 confclean:
 	-$(REMOVE_COMMAND) $(REMOVE_COMMAND_OPTIONS) \
-	  chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc
+	  chicken-config.h chicken-defaults.h chicken-install.rc chicken-uninstall.rc \
+	  buildtag buildid buildbranch
 
 spotless: distclean testclean
 	-$(REMOVE_COMMAND) $(REMOVE_COMMAND_OPTIONS) $(DISTFILES)
Trap