mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-02 02:10:19 +02:00
compile (ice-9 deprecated) earlier
* module/Makefile.am (ICE_9_SOURCES): Reorder placement of (ice-9 deprecated), as it's getting bigger, so we should compile it earlier.
This commit is contained in:
parent
b920418560
commit
2a8a127bbe
1 changed files with 1 additions and 1 deletions
|
@ -174,6 +174,7 @@ SYSTEM_BASE_SOURCES = \
|
|||
ICE_9_SOURCES = \
|
||||
ice-9/r4rs.scm \
|
||||
ice-9/r5rs.scm \
|
||||
ice-9/deprecated.scm \
|
||||
ice-9/and-let-star.scm \
|
||||
ice-9/calling.scm \
|
||||
ice-9/common-list.scm \
|
||||
|
@ -223,7 +224,6 @@ ICE_9_SOURCES = \
|
|||
ice-9/ftw.scm \
|
||||
ice-9/gap-buffer.scm \
|
||||
ice-9/weak-vector.scm \
|
||||
ice-9/deprecated.scm \
|
||||
ice-9/list.scm \
|
||||
ice-9/serialize.scm \
|
||||
ice-9/gds-server.scm \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue