~ chicken-core (chicken-5) 7f462b7654cf3c2e2548e5df221e2d2574eefdb2
commit 7f462b7654cf3c2e2548e5df221e2d2574eefdb2 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Jan 24 12:53:24 2015 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Jan 24 12:53:24 2015 +0100 chicken-syntax.scm and chicken-ffi-syntax.scm depend on mini-srfi-1.scm diff --git a/rules.make b/rules.make index 6988697d..cd41d2b7 100644 --- a/rules.make +++ b/rules.make @@ -557,9 +557,9 @@ irregex.c: $(SRCDIR)irregex.scm $(SRCDIR)irregex-core.scm $(SRCDIR)irregex-utils # # The ones below just depend on their matching .scm file and common-declarations # -chicken-syntax.c: $(SRCDIR)chicken-syntax.scm $(SRCDIR)common-declarations.scm +chicken-syntax.c: $(SRCDIR)chicken-syntax.scm $(SRCDIR)common-declarations.scm $(SRCDIR)mini-srfi-1.scm $(bootstrap-lib) -chicken-ffi-syntax.c: $(SRCDIR)chicken-ffi-syntax.scm $(SRCDIR)common-declarations.scm +chicken-ffi-syntax.c: $(SRCDIR)chicken-ffi-syntax.scm $(SRCDIR)common-declarations.scm $(SRCDIR)mini-srfi-1.scm $(bootstrap-lib) data-structures.c: $(SRCDIR)data-structures.scm $(SRCDIR)common-declarations.scm $(bootstrap-lib)Trap