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
@ -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 New Issue
Block a user