>From f7780121903f38306da23f563c7fc6eca935b363 Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Wed, 7 Mar 2018 07:36:37 +1300 Subject: [PATCH] Remove eval-modules.c on "make spotless" --- rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0