diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp index d3fc8030e8ac930dade0fe96829e72d0f6c38d02..54b3720a061f0afcc4ebf4c453a8c71ae6c3b8e5 100644 --- a/tools/hemcom.lisp +++ b/tools/hemcom.lisp @@ -111,13 +111,6 @@ (comf "target:hemlock/echocoms") (comf "target:hemlock/defsyn") -(comf "target:hemlock/spell-rt") -(comf "target:hemlock/spell-corr") -(comf "target:hemlock/spell-aug") -(comf "target:hemlock/spell-build") -(comf "target:hemlock/spellcoms") -(comf "target:hemlock/kbdmac") - (comf "target:hemlock/ts-buf") (comf "target:hemlock/ts-stream") @@ -173,6 +166,14 @@ ) ;WITH-COMPILATION-UNIT for commands +;; Stuff we want compiled native: + +(comf "target:hemlock/spell-rt") +(comf "target:hemlock/spell-corr") +(comf "target:hemlock/spell-aug") +(comf "target:hemlock/spell-build") +(comf "target:hemlock/spellcoms") +(comf "target:hemlock/kbdmac") (comf "target:hemlock/bindings") (comf "target:hemlock/hacks")