1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Compile `(rnrs)' after all other RNRS modules, potentially.

* module/Makefile.am (RNRS_SOURCES): Move `rnrs.scm' last.
This commit is contained in:
Ludovic Courtès 2011-02-22 00:05:05 +01:00
parent 630b6588b7
commit 9d798af739

View file

@ -269,7 +269,6 @@ SRFI_SOURCES = \
srfi/srfi-98.scm
RNRS_SOURCES = \
rnrs.scm \
rnrs/base.scm \
rnrs/conditions.scm \
rnrs/control.scm \
@ -294,7 +293,8 @@ RNRS_SOURCES = \
rnrs/io/ports.scm \
rnrs/records/inspection.scm \
rnrs/records/procedural.scm \
rnrs/records/syntactic.scm
rnrs/records/syntactic.scm \
rnrs.scm
EXTRA_DIST += scripts/ChangeLog-2008
EXTRA_DIST += scripts/README