build: Have the release target depend on 'all'.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 27 Apr 2021 13:36:39 +0000 (09:36 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 29 Apr 2021 18:09:23 +0000 (14:09 -0400)
commit868113126c89ecb7f928c49de893122fa0fe272c
treee02f1d5b83d2132090366a0772a98605ca7e352a
parentebf5d77eab148394c6db0dd135ea119ca377aaed
build: Have the release target depend on 'all'.

Otherwise, the scripts/guix wrapper may not be present, which would cause the
user's guix wrapper to be used, which in turn would manipulate GUILE_LOAD_PATH
in a way that would cause its Guix modules to take precedence over those of
the tree, with confusion ensuing.

* Makefile.am (release): Add 'all' as a prerequisite.
Makefile.am