diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-26 06:26:15 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-26 06:26:15 -0700 |
commit | 1cc9c700b06b243d8037791aab3bf0b7e2dfe687 (patch) | |
tree | 8349d67795c6d504f79e3d171c88a37cb7435d75 /tl.vim | |
parent | c23fd46d841d8d452c02ae4fc796042f2fb86424 (diff) | |
download | txr-1cc9c700b06b243d8037791aab3bf0b7e2dfe687.tar.gz txr-1cc9c700b06b243d8037791aab3bf0b7e2dfe687.tar.bz2 txr-1cc9c700b06b243d8037791aab3bf0b7e2dfe687.zip |
build: fix failure due to .tlo compilation order.
On newer GNU Make versions, $(wildcard ...) doesn't sort
its results, and so we compile .tlo files in an
arbitrary order. For the most part, this is fine.
However, there is a complicated circular dependency involving
the error.tl file requiring it to be compiled first.
* Makefile (STLIB_EARLY_PATS, STDLIB_EARLY_TLOS,
STDLIB_LATE_TLOS): New variables. Use these
to express a dependency which causes error.tlo
to be built first.
Diffstat (limited to 'tl.vim')
0 files changed, 0 insertions, 0 deletions