mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Fix typo in Makefile.am conditional.
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>
in <https://bugs.gnu.org/35138>.
This is a followup to a7ad4505b7
.
* gnu/local.mk [!ENABLE_INSTALLER]: Use 'else', not 'elif'.
This commit is contained in:
parent
13fd0a3087
commit
c8e070dad7
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ INSTALLER_MODULES = \
|
|||
# ENABLE_INSTALLER is true.
|
||||
if ENABLE_INSTALLER
|
||||
GNU_SYSTEM_MODULES += $(INSTALLER_MODULES)
|
||||
elif !ENABLE_INSTALLER
|
||||
else !ENABLE_INSTALLER
|
||||
MODULES_NOT_COMPILED += $(INSTALLER_MODULES)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue