package/lvm2: remove endif that prevents Buildroot to use Makefiles at all
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 3 Jun 2021 00:58:05 +0000 (02:58 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 3 Jun 2021 07:31:27 +0000 (09:31 +0200)
Commit [1] breaks Buildroot Makefile since a Makefile endif has been left
with no sense giving following error:
package/lvm2/lvm2.mk:61: *** extraneous 'endif'.  Stop.

So let's remove that forgotten endif.

[1]: https://git.buildroot.net/buildroot/commit/?id=8a313b019c7d7e898186a8b08f9c25ae0194fa16

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/lvm2/lvm2.mk

index 70787fe91b37a4226c49f80b98bcefc3d778cc61..5ce79768b65c4df56ad4aca3e96bb7f701eedf4a 100644 (file)
@@ -58,8 +58,6 @@ LVM2_INSTALL_STAGING_OPTS += install_device-mapper
 LVM2_INSTALL_TARGET_OPTS += install_device-mapper
 endif
 
-endif
-
 ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
 LVM2_CONF_ENV += ac_cv_flag_HAVE_PIE=no
 endif