~ chicken-core (chicken-5) af27c556997ee6d934effba8f604e45980040d79


commit af27c556997ee6d934effba8f604e45980040d79
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun May 16 00:08:56 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun May 16 00:08:56 2010 +0200

    tiny fix

diff --git a/defaults.make b/defaults.make
index 55918a4c..7b7aca64 100644
--- a/defaults.make
+++ b/defaults.make
@@ -352,7 +352,7 @@ ifdef WINDOWS
 TARGETS += chicken.rc$(O)
 endif
 
-ifeq ($HEAD,)
+ifeq ($(HEAD),)
 HEAD = HEAD
 endif
 
Trap