mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
fmlib: use RM macro
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -30,7 +30,7 @@ define FMLIB_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define FMLIB_INSTALL_STAGING_CMDS
|
||||
rm $(STAGING_DIR)/usr/lib/libfm.a -f
|
||||
$(RM) $(STAGING_DIR)/usr/lib/libfm.a
|
||||
$(FMLIB_MAKE_ENV) $(MAKE) $(FMLIB_MAKE_OPTS) -C $(@D) install-libfm-$(FMLIB_ARCHTYPE)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user