~ chicken-core (chicken-5) 50047f29b27827e0ffb095b3e75c115b9487c959


commit 50047f29b27827e0ffb095b3e75c115b9487c959
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Wed Mar 7 07:36:37 2018 +1300
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Mar 7 00:57:26 2018 +0100

    Remove eval-modules.c on "make spotless"
    
    Signed-off-by: felix <felix@call-with-current-continuation.org>

diff --git a/rules.make b/rules.make
index ee85aa33..a8377e5e 100644
--- a/rules.make
+++ b/rules.make
@@ -78,7 +78,7 @@ DISTFILES = $(filter-out runtime.c,$(LIBCHICKEN_OBJECTS_1:=.c)) \
 	$(foreach lib,$(DYNAMIC_CHICKEN_IMPORT_LIBRARIES),chicken.$(lib).import.scm) \
 	$(foreach lib,$(DYNAMIC_CHICKEN_UNIT_IMPORT_LIBRARIES),chicken.$(lib).import.scm) \
 	$(foreach lib,$(COMPILER_OBJECTS_1),chicken.compiler.$(lib).import.scm) \
-	posixunix.c posixwin.c
+	eval-modules.c posixunix.c posixwin.c
 # Remove the duplicate $(POSIXFILE) entry:
 DISTFILES := $(sort $(DISTFILES))
 
Trap