0
0
Fork 0
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:
Jason Volk 2018-05-29 02:24:59 -07:00
parent 3e6fdbd93d
commit b32a5b6a61

View file

@ -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 \