~ chicken-core (chicken-5) ca114c1785335e4c37273e880c2d2d5140573bc5
commit ca114c1785335e4c37273e880c2d2d5140573bc5 Author: Peter Bex <Peter.Bex@xs4all.nl> AuthorDate: Sun Sep 5 22:36:31 2010 +0200 Commit: Peter Bex <Peter.Bex@xs4all.nl> CommitDate: Sun Sep 5 22:36:31 2010 +0200 Exclude runtime.c from DISTFILES! diff --git a/rules.make b/rules.make index fce433d4..7e0810b2 100644 --- a/rules.make +++ b/rules.make @@ -75,7 +75,7 @@ endif # These generated files make up a bootstrapped distribution build. # They are not cleaned by the 'clean' target, but only by 'spotless'. -DISTFILES = $(LIBCHICKEN_OBJECTS_1:=.c) \ +DISTFILES = $(filter-out runtime.c,$(LIBCHICKEN_OBJECTS_1:=.c)) \ $(UTILITY_PROGRAM_OBJECTS_1:=.c) \ $(ALWAYS_STATIC_UTILITY_PROGRAM_OBJECTS_1:=.c) \ $(COMPILER_OBJECTS_1:=.c) \Trap