~ chicken-core (chicken-5) a7d97934dbb189b0048efb68ce3094709083c4ab
commit a7d97934dbb189b0048efb68ce3094709083c4ab Author: Peter Bex <Peter.Bex@xs4all.nl> AuthorDate: Sun Sep 5 22:09:39 2010 +0200 Commit: Peter Bex <Peter.Bex@xs4all.nl> CommitDate: Sun Sep 5 22:09:39 2010 +0200 Use LIBCHICKEN_OBJECTS_1 diff --git a/rules.make b/rules.make index b3c54f2f..804f0f5a 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:=.c) \ +DISTFILES = $(LIBCHICKEN_OBJECTS_1:=.c) \ $(UTILITY_PROGRAM_OBJECTS_1:=.c) \ $(ALWAYS_STATIC_UTILITY_PROGRAM_OBJECTS_1:=.c) \ $(COMPILER_OBJECTS_1:=.c) \Trap