mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd/Makefile: Move allocator unit up in the order.
This commit is contained in:
parent
3e6fdbd93d
commit
b32a5b6a61
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ libircd_la_LIBADD = \
|
|||
# the units that compile spirit grammars otherwise they thrash weaker
|
||||
# systems.
|
||||
libircd_la_SOURCES = \
|
||||
exception.cc \
|
||||
allocator.cc \
|
||||
exception.cc \
|
||||
lexical.cc \
|
||||
tokens.cc \
|
||||
json.cc \
|
||||
|
|
Loading…
Reference in a new issue