mdadm: use correct step override method

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-09-01 23:49:33 +02:00
parent dfe97a1ed4
commit edf47fc62c
1 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@ MDADM_INSTALL_TARGET_OPT = \
MDADM_UNINSTALL_TARGET_OPT = \
DESTDIR=$(TARGET_DIR)/usr -C $(MDADM_DIR) uninstall
$(eval $(call AUTOTARGETS,package,mdadm))
define MDADM_CONFIGURE_CMDS
# Do nothing
endef
$(MDADM_TARGET_CONFIGURE):
$(call MESSAGE,"Configuring")
$(Q)touch $@
$(eval $(call AUTOTARGETS,package,mdadm))