From 224c62ecf8a15850319259ded9c5f711721dbf0d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 09:06:59 +0000 Subject: target: paths may need stripping r24310 removed a few too many strips. --- target/ubifs/ubifsroot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/ubifs') diff --git a/target/ubifs/ubifsroot.mk b/target/ubifs/ubifsroot.mk index d4d9d9173..d397ff2f5 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 := $(subst ",,$(BR2_TARGET_ROOTFS_UBIFS_COPYTO)) +UBIFS_COPYTO := $(strip $(subst ",,$(BR2_TARGET_ROOTFS_UBIFS_COPYTO))) # ")) ubifsroot: $(UBIFS_TARGET) -- cgit v1.2.3