~ chicken-core (chicken-5) abe41c6f0c51f34158bf45c02ba9962bf5321f12


commit abe41c6f0c51f34158bf45c02ba9962bf5321f12
Author:     felix <bunny351@gmail.com>
AuthorDate: Thu May 27 12:53:02 2010 +0200
Commit:     felix <bunny351@gmail.com>
CommitDate: Thu May 27 12:53:02 2010 +0200

    trivial change to rules.make

diff --git a/rules.make b/rules.make
index 1c7066d6..9bc2b74c 100644
--- a/rules.make
+++ b/rules.make
@@ -1105,4 +1105,4 @@ buildhead:
 
 boot-chicken:
 	$(MAKE) -f Makefile.$(PLATFORM) PLATFORM=$(PLATFORM) PREFIX=/nowhere CONFIG= \
-	  PROGRAM_SUFFIX=-boot STATICBUILD=1 confclean chicken-boot$(EXE) confclean
+	  PROGRAM_SUFFIX=-boot STATICBUILD=1 confclean chicken-boot$(EXE)
Trap