From 4b72854ddeb69855e5f91b640bb75cd73f77528b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:58 +0000 Subject: target/: get rid of unneeded $(strip ..) --- target/ubifs/ubifsroot.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/ubifs') diff --git a/target/ubifs/ubifsroot.mk b/target/ubifs/ubifsroot.mk index 85f67a5be..d4d9d9173 100644 --- a/target/ubifs/ubifsroot.mk +++ b/target/ubifs/ubifsroot.mk @@ -113,7 +113,7 @@ $(UBIFS_BASE).$(UBIFS_ROOTFS_COMPRESSOR_EXT): $(UBIFS_ROOTFS_COMPRESSOR_PREREQ) $(UBIFS_ROOTFS_COMPRESSOR) $(UBIFS_BASE) > $(UBIFS_TARGET) endif -UBIFS_COPYTO := $(strip $(subst ",,$(BR2_TARGET_ROOTFS_UBIFS_COPYTO))) +UBIFS_COPYTO := $(subst ",,$(BR2_TARGET_ROOTFS_UBIFS_COPYTO)) # ")) ubifsroot: $(UBIFS_TARGET) @@ -135,7 +135,7 @@ ubifsroot-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_ROOTFS_UBIFS)),y) +ifeq ($(BR2_TARGET_ROOTFS_UBIFS),y) TARGETS+=ubifsroot endif -- cgit v1.2.3