From 6c654840a7a0aa12c9d9c840de68f854cdaa72b4 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Tue, 2 Apr 2013 07:12:36 +0000 Subject: Change Howto files location Standardize all engineering builds into a single flat directory that will contain all build artifacts Change-Id: I5d580061dad8a8939c39f6e3b18dd461f9ad1c3a Signed-off-by: Vishal Bhoj --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 5888f78..869574b 100644 --- a/common.mk +++ b/common.mk @@ -91,7 +91,7 @@ PRODUCT_COPY_FILES += \ else ifneq ($(wildcard $(TOP)/device/linaro/common/howto/default/$1),) PRODUCT_COPY_FILES += \ - device/linaro/common/howto/default/$1:howto/$1 + device/linaro/common/howto/default/$1:$1 endif endif endef -- cgit v1.2.3