build: Build guix.scm and gnu.scm.
authorLudovic Courtès <ludo@gnu.org>
Fri, 25 Jun 2021 13:09:26 +0000 (15:09 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 25 Jun 2021 13:12:06 +0000 (15:12 +0200)
commit0a02abde88ce16315277239c081c6222a4db88d2
tree66c01f11e638da9ddb89008a86d51290fad7af3d
parentdfac3e643a924ccefc997b4433a0b5c35928d657
build: Build guix.scm and gnu.scm.

Fixes a regression introduced in
ef82ba9dd94369926eb13325d5e7da4306d23dd7 that was causing these two
files to not be built.  In turn, 'tests/inferior.scm' would determine
the wrong %TOP-BUILDDIR value, causing the "&inferior-exception" test to
fail because for lack of an inferior stack trace.

* Makefile.am (MODULES_CORE): Add guix.scm.
(MODULES_SYSTEM): Add gnu.scm.
Makefile.am